aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ipod-sync/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-22 19:46:44 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-22 19:48:11 +0800
commit5a80f92d37e7e8a814f70f826b7b33f5d21b0f72 (patch)
tree5442179392c4eed8948fb90e2939fffaaa7ca725 /plugins/ipod-sync/Makefile.am
parentb1cbbd1833180a1399ee9c71c7208f3a6d278c4d (diff)
downloadgsoc2013-evolution-5a80f92d37e7e8a814f70f826b7b33f5d21b0f72.tar
gsoc2013-evolution-5a80f92d37e7e8a814f70f826b7b33f5d21b0f72.tar.gz
gsoc2013-evolution-5a80f92d37e7e8a814f70f826b7b33f5d21b0f72.tar.bz2
gsoc2013-evolution-5a80f92d37e7e8a814f70f826b7b33f5d21b0f72.tar.lz
gsoc2013-evolution-5a80f92d37e7e8a814f70f826b7b33f5d21b0f72.tar.xz
gsoc2013-evolution-5a80f92d37e7e8a814f70f826b7b33f5d21b0f72.tar.zst
gsoc2013-evolution-5a80f92d37e7e8a814f70f826b7b33f5d21b0f72.zip
Kill the ipod-sync plugin, along with the HAL dependency.
Diffstat (limited to 'plugins/ipod-sync/Makefile.am')
-rw-r--r--plugins/ipod-sync/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/plugins/ipod-sync/Makefile.am b/plugins/ipod-sync/Makefile.am
deleted file mode 100644
index 74522a41a3..0000000000
--- a/plugins/ipod-sync/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/widgets \
- $(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 \
- evolution-ipod-sync.h
-
-liborg_gnome_ipod_sync_evolution_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-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)
-
--include $(top_srcdir)/git.mk