[folks] Make libfolks.so depend on gmodule-no-export
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Make libfolks.so depend on gmodule-no-export
- Date: Sat, 18 Sep 2010 15:49:55 +0000 (UTC)
commit 1615ac8208291008004a7058b0f5f1b41aa13ea4
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Sep 14 16:24:22 2010 +0100
Make libfolks.so depend on gmodule-no-export
Since the BackendStore uses g_module_*. Helps: bgo#629644
configure.ac | 1 +
folks/Makefile.am | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 88d36e5..daa886b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,6 +93,7 @@ GOBJECT_INTROSPECTION_REQUIRE([0.9.6])
PKG_CHECK_MODULES([GLIB],
[glib-2.0 >= $GLIB_REQUIRED
gobject-2.0 >= $GLIB_REQUIRED])
+PKG_CHECK_MODULES([GMODULE], [gmodule-no-export-2.0])
PKG_CHECK_MODULES([GIO], [gio-2.0 >= $GLIB_REQUIRED])
PKG_CHECK_MODULES([DBUS_GLIB], [dbus-glib-1])
diff --git a/folks/Makefile.am b/folks/Makefile.am
index 459977f..2789efc 100644
--- a/folks/Makefile.am
+++ b/folks/Makefile.am
@@ -41,12 +41,14 @@ folks_deps = \
libfolks_la_CFLAGS = \
$(GIO_CFLAGS) \
$(GLIB_CFLAGS) \
+ $(GMODULE_CFLAGS) \
$(GEE_CFLAGS) \
$(NULL)
libfolks_la_LIBADD = \
$(GIO_LIBS) \
$(GLIB_LIBS) \
+ $(GMODULE_LIBS) \
$(GEE_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]