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.
18 lines
343 B
18 lines
343 B
4 years ago
|
INCLUDES = \
|
||
|
-I../include \
|
||
|
-I$(top_srcdir)/include \
|
||
|
$(ICONV_CFLAGS)
|
||
|
|
||
|
lib_LTLIBRARIES = libpisync.la
|
||
|
|
||
|
libpisync_la_SOURCES = \
|
||
|
sync.c \
|
||
|
util.c
|
||
|
|
||
|
libpisync_la_LIBADD = \
|
||
|
$(top_builddir)/libpisock/libpisock.la \
|
||
|
$(ICONV_LIBS)
|
||
|
|
||
|
libpisync_la_LDFLAGS = \
|
||
|
-export-dynamic -version-info $(PISYNC_CURRENT):$(PISYNC_REVISION):$(PISYNC_AGE)
|