summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-05-10 06:24:09 -0700
committerPerberos <[email protected]>2012-05-10 06:24:09 -0700
commit896872d030fa0ab1fb7c62161c327146e0ad609a (patch)
treee6bec1a0d05d10df2af42514d8295ae007975a34 /configure.in
parentf269a73f7bbee46a2217f9d0aa6714605b11ec59 (diff)
parenta57d08ce5672bcabae2de9a31d6660eac1c5880a (diff)
downloadcaja-896872d030fa0ab1fb7c62161c327146e0ad609a.tar.bz2
caja-896872d030fa0ab1fb7c62161c327146e0ad609a.tar.xz
Merge pull request #10 from MDykstra/master
now linking under up-to-date Arch Linux system
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 62a986cb..4e7f4c88 100644
--- a/configure.in
+++ b/configure.in
@@ -423,7 +423,8 @@ LIBCAJA_EXTENSION_LIBS="`$PKG_CONFIG --libs $LIBCAJA_EXTENSION_MODULES`"
AC_SUBST(LIBCAJA_EXTENSION_LIBS)
dnl core caja
-CORE_MODULES="glib-2.0 mate-desktop-2.0 gthread-2.0 gio-2.0 gio-unix-2.0 gail mateconf-2.0 libxml-2.0 $EXTRA_CORE_MODULES gtk+-$GTK_API_VERSION"
+CORE_MODULES="glib-2.0 gmodule-2.0 mate-desktop-2.0 gthread-2.0 gio-2.0 gio-unix-2.0
+gail mateconf-2.0 libxml-2.0 $EXTRA_CORE_MODULES gtk+-$GTK_API_VERSION"
CORE_CFLAGS="`$PKG_CONFIG --cflags $CORE_MODULES` $x_cflags"
AC_SUBST(CORE_CFLAGS)
CORE_LIBS="`$PKG_CONFIG --libs $CORE_MODULES` $x_libs"