aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/contacts-map/Makefile.am
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-06-02 22:57:23 +0800
committerMilan Crha <mcrha@redhat.com>2011-06-02 22:57:23 +0800
commit6dc3c692264a04470d842400e909034c3633bdae (patch)
tree709170ee01d9a95e8806c21607fd8d46dcb01772 /plugins/contacts-map/Makefile.am
parent2971a9ce87c365808901941b50be1a897620e5b5 (diff)
downloadgsoc2013-evolution-6dc3c692264a04470d842400e909034c3633bdae.tar
gsoc2013-evolution-6dc3c692264a04470d842400e909034c3633bdae.tar.gz
gsoc2013-evolution-6dc3c692264a04470d842400e909034c3633bdae.tar.bz2
gsoc2013-evolution-6dc3c692264a04470d842400e909034c3633bdae.tar.lz
gsoc2013-evolution-6dc3c692264a04470d842400e909034c3633bdae.tar.xz
gsoc2013-evolution-6dc3c692264a04470d842400e909034c3633bdae.tar.zst
gsoc2013-evolution-6dc3c692264a04470d842400e909034c3633bdae.zip
Bug #642557 - Display maps in contact preview
Diffstat (limited to 'plugins/contacts-map/Makefile.am')
-rw-r--r--plugins/contacts-map/Makefile.am34
1 files changed, 0 insertions, 34 deletions
diff --git a/plugins/contacts-map/Makefile.am b/plugins/contacts-map/Makefile.am
deleted file mode 100644
index 2c8a86dd9e..0000000000
--- a/plugins/contacts-map/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-@EVO_PLUGIN_RULE@
-
-plugin_DATA = org-gnome-contacts-map.eplug
-plugin_LTLIBRARIES = liborg-gnome-contacts-map.la
-
-liborg_gnome_contacts_map_la_CPPFLAGS = \
- $(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/widgets \
- $(GNOME_PLATFORM_CFLAGS) \
- $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
- $(CHAMPLAIN_CFLAGS) \
- $(GEOCLUE_CFLAGS)
-
-liborg_gnome_contacts_map_la_SOURCES = \
- contacts-map.c \
- geo-utils.c \
- geo-utils.h
-
-liborg_gnome_contacts_map_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
-liborg_gnome_contacts_map_la_LIBADD = \
- $(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/shell/libeshell.la \
- $(CHAMPLAIN_LIBS) \
- $(GEOCLUE_LIBS) \
- $(EVOLUTION_ADDRESSBOOK_LIBS) \
- $(GNOME_PLATFORM_LIBS)
-
-EXTRA_DIST = org-gnome-contacts-map.eplug.xml
-
-BUILT_SOURCES = $(plugin_DATA)
-CLEANFILES = $(BUILT_SOURCES)
-
--include $(top_srcdir)/git.mk