mirror of https://git.code.sf.net/p/isync/isync
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
175 B
9 lines
175 B
21 years ago
|
bin_PROGRAMS = isync
|
||
|
|
||
|
isync_SOURCES = main.c config.c convert.c util.c
|
||
|
isync_LDADD = -ldb
|
||
|
noinst_HEADERS = isync.h
|
||
|
|
||
|
man_MANS = isync.1
|
||
|
EXTRA_DIST = isyncrc.sample $(man_MANS)
|