isync/Makefile.am
Michael Elkins 32677da976 patch from Hugo Haas <hugo@larve.net>
-c was not specified in the getopt*() calls

	set global password to the one the user inputs and use that as the
	default for remaining mailboxes
2001-01-08 09:45:35 +00:00

17 lines
407 B
Makefile

bin_PROGRAMS=isync
isync_SOURCES=main.c imap.c sync.c maildir.c isync.h list.c cram.c
man_MANS=isync.1
EXTRA_DIST=sample.isyncrc $(man_MANS)
INCLUDES=$(RPM_OPT_FLAGS)
log:
rcs2log -h sigipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog
isync.html: isync.1
groff -Thtml -man isync.1 > isync.html
rpm:
make dist
cp isync-$(VERSION).tar.gz /usr/src/RPM/SOURCES
rpm -ba --target=i586 --clean isync.spec