## Process this file with automake to produce Makefile.in # not a nice way to do it libdir=$(prefix)/lib/multisync INCLUDES = \ @PACKAGE_CFLAGS@ \ -I$(top_srcdir)/intl \ -I$(top_srcdir)/include \ -I$(top_srcdir)/../../include/ lib_LTLIBRARIES = libevolution_sync.la libevolution_sync_la_SOURCES = \ evolution_sync.c evolution_sunc.h \ addr_sync.c addr_sync.h \ gui.c gui.h \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h libevolution_sync_la_LDFLAGS = \ @EVO_LDFLAGS@ libevolution_sync_la_LIBADD = @PACKAGE_LIBS@ -lpthread @EVO_LIBS@