## 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 lib_LTLIBRARIES = libbackup_plugin.la libbackup_plugin_la_SOURCES = \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ backup_plugin.c backup_plugin.h \ gui.c gui.h libbackup_plugin_la_LIBADD = @PACKAGE_LIBS@