## Process this file with automake to produce Makefile.in PLUGINDIR = $(prefix)/lib/multisync AM_CFLAGS = -DPLUGINDIR=\"$(PLUGINDIR)\" -g INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)/multisync"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ -I$(top_srcdir)/include bin_PROGRAMS = multisync multisync_SOURCES = \ main.c \ support.c support.h \ interface.c interface.h \ callbacks.c callbacks.h \ syncengine.c syncengine.h \ gui.c gui.h \ sync_vtype.c sync_vtype.h \ eggtrayicon.c eggtrayicon.h \ tray.c tray.h multisync_LDFLAGS = -rdynamic multisync_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) -lpthread -L./libversit -lversit SUBDIRS = libversit