## 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"\" \ @PACKAGE_CFLAGS@ -I$(top_srcdir)/include \ -I../../../include -I/usr/include/wbxml2 AM_CFLAGS = -g lib_LTLIBRARIES = libsyncml_plugin.la libsyncml_plugin_la_SOURCES = \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ syncml_engine.c syncml_engine.h \ syncml_plugin.c syncml_plugin.h \ syncml_cmd.c syncml_cmd.h \ base64.c base64.h \ syncml_ssl.c syncml_ssl.h \ gui.c gui.h libsyncml_plugin_la_LIBADD = @PACKAGE_LIBS@ @LIBS@