[Xfce4-commits] <tumbler:master> Explicitly link against gmodule (bug #8466).

Jannis Pohlmann noreply at xfce.org
Fri Feb 24 18:18:01 CET 2012


Updating branch refs/heads/master
         to 52802adb3361e9d3202d4a921b8b440660878ee1 (commit)
       from 6d3cdc19e0f4479349bf106fcba9d8128b58d4bf (commit)

commit 52802adb3361e9d3202d4a921b8b440660878ee1
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date:   Fri Feb 24 17:17:00 2012 +0000

    Explicitly link against gmodule (bug #8466).

 NEWS                |    1 +
 configure.ac        |    1 +
 tumbler/Makefile.am |    2 ++
 3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index ee01a49..bcb3e8e 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@
 - Link all plugins that use rint() against libm (bug #8236).
 - Call dbus_g_thread_init() to fix threading issues (bug #7544).
 - Add application/vnd.rn-realmedia to the ffmpeg plugin (bug #6949).
+- Explicitly link against gmodule (bug #8466).
 
 0.1.23
 ======
diff --git a/configure.ac b/configure.ac
index 4297873..2cbbbe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -148,6 +148,7 @@ dnl *** Check for required packages ***
 dnl ***********************************
 PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16.0])
 PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.16.0])
+PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= 2.10.0])
 PKG_CHECK_MODULES([GTHREAD], [gthread-2.0 >= 2.16.0])
 PKG_CHECK_MODULES([DBUS], [dbus-1 >= 1.0.0])
 PKG_CHECK_MODULES([DBUS_GLIB], [dbus-glib-1 >= 0.72])
diff --git a/tumbler/Makefile.am b/tumbler/Makefile.am
index f2cdcd9..505db5e 100644
--- a/tumbler/Makefile.am
+++ b/tumbler/Makefile.am
@@ -82,6 +82,7 @@ libtumbler_1_la_CFLAGS =						\
 	$(GDK_PIXBUF_CFLAGS)						\
 	$(GIO_CFLAGS)							\
 	$(GLIB_CFLAGS)							\
+	$(GMODULE_CFLAGS)						\
 	$(GTHREAD_CFLAGS)						\
 	$(PLATFORM_CFLAGS)						\
 	$(PLATFORM_CPPFLAGS)
@@ -96,6 +97,7 @@ libtumbler_1_la_LIBADD =						\
 	$(GDK_PIXBUF_LIBS)						\
 	$(GIO_LIBS)							\
 	$(GLIB_LIBS)							\
+	$(GMODULE_LIBS)							\
 	$(GTHREAD_LIBS)
 
 EXTRA_DIST =								\


More information about the Xfce4-commits mailing list