[empathy] Build fix



commit 43680e9c8613024a9d92c03b2e937d8bcbc8e22b
Author: Davyd Madeley <davyd madeley id au>
Date:   Thu Jan 22 16:04:10 2009 +1100

    Build fix
---
 configure.ac    |    2 ++
 src/Makefile.am |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0f03dc0..b766093 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 a70e7e2..ef6311f 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			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]