From 59bd81691def7f7f8c0ead2edaacd374b6791067 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 27 Dec 2009 14:10:15 -0500 Subject: Compiler and linker flag cleanups. --- plugins/contacts-map/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/contacts-map/Makefile.am') diff --git a/plugins/contacts-map/Makefile.am b/plugins/contacts-map/Makefile.am index 4c3585620c..2c8a86dd9e 100644 --- a/plugins/contacts-map/Makefile.am +++ b/plugins/contacts-map/Makefile.am @@ -7,6 +7,7 @@ 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) @@ -22,7 +23,8 @@ liborg_gnome_contacts_map_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ $(CHAMPLAIN_LIBS) \ $(GEOCLUE_LIBS) \ - $(EVOLUTION_ADDRESSBOOK_LIBS) + $(EVOLUTION_ADDRESSBOOK_LIBS) \ + $(GNOME_PLATFORM_LIBS) EXTRA_DIST = org-gnome-contacts-map.eplug.xml -- cgit v1.2.3