## Process this file with automake to produce Makefile.in # not a nice way to do it libdir=$(prefix)/lib/multisync INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)/multisync"\" \ -I../../../src/libversit -I$(top_srcdir) @PACKAGE_CFLAGS@ -I$(top_srcdir)/include \ -I../../../include -Werror lib_LTLIBRARIES = libldap_plugin.la libldap_plugin_la_SOURCES = \ ldap_plugin.c gui.c xml.c \ ldap.c vcard.c support.c \ support.h interface.c interface.h libldap_plugin_la_LIBADD = @PACKAGE_LIBS@ @LIBS@ -L../../../src/libversit -lversit