From ecc167430b4a2fd2f9418ef753da62a9f1aab891 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 18 Oct 2005 09:25:51 +0000 Subject: Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-sync 2005-10-18 Srinivasa Ragavan * configure.in: Added iPod sync e-plugin to experimental plugins. Added plugins/ipod-sync svn path=/trunk/; revision=30523 --- plugins/ipod-sync/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 plugins/ipod-sync/Makefile.am (limited to 'plugins/ipod-sync/Makefile.am') diff --git a/plugins/ipod-sync/Makefile.am b/plugins/ipod-sync/Makefile.am new file mode 100644 index 0000000000..b34d088f57 --- /dev/null +++ b/plugins/ipod-sync/Makefile.am @@ -0,0 +1,26 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_CALENDAR_CFLAGS) \ + -DDBUS_API_SUBJECT_TO_CHANGE + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-ipod-sync-evolution.eplug +plugin_LTLIBRARIES = liborg-gnome-ipod-sync-evolution.la + +liborg_gnome_ipod_sync_evolution_la_SOURCES = \ + ipod-sync.c \ + ical-format.c \ + evolution-ipod-sync.c \ + ipod.c \ + format-handler.h + +liborg_gnome_ipod_sync_evolution_la_LDFLAGS = -module -avoid-version +liborg_gnome_ipod_sync_evolution_la_LIBADD = \ + $(EVOLUTION_CALENDAR_LIBS) + + +EXTRA_DIST = org-gnome-ipod-sync-evolution.eplug.xml + +BUILT_SOURCES = $(plugin_DATA) +CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3