aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-27 23:57:14 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:10 +0800
commitd13ba3658eded1649daff133cb04c76f6e3a906b (patch)
treecb5d54411cee9d12c97d3561e4e5452b6173cca7 /src/Makefile.am
parent46663cfe8954970c167251c987f8b6998dcdf341 (diff)
downloadgsoc2013-empathy-d13ba3658eded1649daff133cb04c76f6e3a906b.tar
gsoc2013-empathy-d13ba3658eded1649daff133cb04c76f6e3a906b.tar.gz
gsoc2013-empathy-d13ba3658eded1649daff133cb04c76f6e3a906b.tar.bz2
gsoc2013-empathy-d13ba3658eded1649daff133cb04c76f6e3a906b.tar.lz
gsoc2013-empathy-d13ba3658eded1649daff133cb04c76f6e3a906b.tar.xz
gsoc2013-empathy-d13ba3658eded1649daff133cb04c76f6e3a906b.tar.zst
gsoc2013-empathy-d13ba3658eded1649daff133cb04c76f6e3a906b.zip
Move the geoclue geocoding in EmpathyTpContactFactory
This code needs to be run when ever there is a new location available It makes more sens for it to be there. This makes the geolocation informtion ritcher as it can be displayed on a map.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ef6311f29..8973d533f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,6 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EMPATHY_CFLAGS) \
$(LIBNOTIFY_CFLAGS) \
- $(GEOCLUE_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
$(DISABLE_DEPRECATED)
$(WARN_CFLAGS)
@@ -15,8 +14,7 @@ LDADD = \
$(top_builddir)/extensions/libemp-extensions.la \
$(LIBNOTIFY_LIBS) \
$(EMPATHY_LIBS) \
- $(LIBCHAMPLAIN_LIBS) \
- $(GEOCLUE_LIBS)
+ $(LIBCHAMPLAIN_LIBS)
bin_PROGRAMS = \
empathy \