diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-11-26 06:11:29 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 23:35:28 +0800 |
commit | c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95 (patch) | |
tree | d45014e80cb5cd93d55fa3350ace39d6f0b23c74 /libempathy-gtk | |
parent | 35a5ce7c4708114932b9e0274925f6a34efd2895 (diff) | |
download | gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.gz gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.bz2 gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.lz gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.xz gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.tar.zst gsoc2013-empathy-c2c29925bcb51aa4b5bb5c6e07e52fa4c155ce95.zip |
Configure bits for geoclue
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index c080c2e03..999e565a5 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -8,6 +8,7 @@ AM_CPPFLAGS = \ $(LIBEMPATHYGTK_CFLAGS) \ $(ENCHANT_CFLAGS) \ $(LIBCHAMPLAIN_CFLAGS) \ + $(GEOCLUE_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -70,6 +71,7 @@ libempathy_gtk_la_LIBADD = \ $(LIBEMPATHYGTK_LIBS) \ $(ENCHANT_LIBS) \ $(LIBCHAMPLAIN_LIBS) \ + $(GEOCLUE_LIBS) \ $(top_builddir)/libempathy/libempathy.la libempathy_gtk_la_LDFLAGS = \ |