aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-01-22 13:04:10 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:05 +0800
commit43680e9c8613024a9d92c03b2e937d8bcbc8e22b (patch)
tree65112a9a933e3c82314583db64808e67299bf698
parent3f1b321290d57754584f5d547f801c9cc6f04c75 (diff)
downloadgsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar
gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.gz
gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.bz2
gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.lz
gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.xz
gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.tar.zst
gsoc2013-empathy-43680e9c8613024a9d92c03b2e937d8bcbc8e22b.zip
Build fix
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am6
2 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0f03dc02c..b76609379 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,6 +252,8 @@ if test "x$enable_map" = "xyes" -a "x$have_geoclue" != "xyes"; then
fi
AM_CONDITIONAL(HAVE_GEOCLUE, test "x$have_geoclue" = "xyes")
+AC_SUBST(GEOCLUE_CFLAGS)
+AC_SUBST(GEOCLUE_LIBS)
# -----------------------------------------------------------
# Megaphone
diff --git a/src/Makefile.am b/src/Makefile.am
index a70e7e2de..ef6311f29 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,9 +4,10 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EMPATHY_CFLAGS) \
$(LIBNOTIFY_CFLAGS) \
+ $(GEOCLUE_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
- $(WARN_CFLAGS) \
$(DISABLE_DEPRECATED)
+ $(WARN_CFLAGS)
LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
@@ -14,7 +15,8 @@ LDADD = \
$(top_builddir)/extensions/libemp-extensions.la \
$(LIBNOTIFY_LIBS) \
$(EMPATHY_LIBS) \
- $(LIBCHAMPLAIN_LIBS)
+ $(LIBCHAMPLAIN_LIBS) \
+ $(GEOCLUE_LIBS)
bin_PROGRAMS = \
empathy \