aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-04-08 04:04:31 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:04 +0800
commitb12b63f0c0a992d3caf8c0ada68e502bd8d3a506 (patch)
tree24c628aabb896d7efb1cef23794b2cde0bc28b18 /libempathy-gtk/Makefile.am
parent30165e135359e217e7a9581277f8bf9b7b5c7459 (diff)
downloadgsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar
gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.gz
gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.bz2
gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.lz
gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.xz
gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.zst
gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.zip
Add a map in the Contact Information dialog
For now, the map in the tool tip is disabled as Clutter-gtk does like at all this type of window/initialisation
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index cf6a2762f..2f1eaaa25 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -7,6 +7,8 @@ AM_CPPFLAGS = \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(LIBEMPATHYGTK_CFLAGS) \
$(ENCHANT_CFLAGS) \
+ $(GEOCLUE_CFLAGS) \
+ $(LIBCHAMPLAIN_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED)
@@ -68,6 +70,8 @@ nodist_libempathy_gtk_la_SOURCES =\
libempathy_gtk_la_LIBADD = \
$(LIBEMPATHYGTK_LIBS) \
$(ENCHANT_LIBS) \
+ $(GEOCLUE_LIBS) \
+ $(LIBCHAMPLAIN_LIBS) \
$(top_builddir)/libempathy/libempathy.la
libempathy_gtk_la_LDFLAGS = \