aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-05 21:06:05 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-08 17:27:26 +0800
commit76d23bc01b65271a4067a13a9f51037004019d42 (patch)
treef30bb2c91a190ebde2321604b8797454697eab7f /libempathy-gtk/Makefile.am
parentb98c0e0b2a91f7deec643288082c12d61982f575 (diff)
downloadgsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar
gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.gz
gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.bz2
gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.lz
gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.xz
gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.tar.zst
gsoc2013-empathy-76d23bc01b65271a4067a13a9f51037004019d42.zip
add an optional dep on geocode-glib
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index be1aeeea3..bb2565885 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = \
$(ENCHANT_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
$(GEOCLUE_CFLAGS) \
+ $(GEOCODE_CFLAGS) \
$(MEEGO_CFLAGS) \
$(WEBKIT_CFLAGS) \
$(CHEESE_CFLAGS) \
@@ -165,6 +166,7 @@ libempathy_gtk_la_LIBADD = \
$(ENCHANT_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(GEOCLUE_LIBS) \
+ $(GEOCODE_LIBS) \
$(GCR_LIBS) \
$(MEEGO_LIBS) \
$(WEBKIT_LIBS) \