summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorCDT 1999 Shawn T. Amundson <amundson@gtk.org>1999-05-08 11:04:26 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-05-08 11:04:26 +0000
commit0e7f2f16f7c8b2ebfc0c8e8ed0761d665542a420 (patch)
tree7b4c377d379349f3d48469e3b43129065f726c01 /gmodule
parent4553b33fa8bc1403a63e514222641bdb72de8a3c (diff)
downloadglib-0e7f2f16f7c8b2ebfc0c8e8ed0761d665542a420.tar.gz
Better testing reveals better methods. Fixes for BeOS.
Sat May 8 06:00:17 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * configure.in gmodule/Makefile.am gthread/Makefile.am: Better testing reveals better methods. Fixes for BeOS.
Diffstat (limited to 'gmodule')
-rw-r--r--gmodule/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am
index 8d28f5e9a..aa72f3b62 100644
--- a/gmodule/Makefile.am
+++ b/gmodule/Makefile.am
@@ -31,7 +31,7 @@ libgmodule_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
-libgmodule_la_LIBADD = @G_MODULE_LIBS@ # $(libglib)
+libgmodule_la_LIBADD = @G_MODULE_LIBS_EXTRA@ @G_MODULE_LIBS@ # $(libglib)
# we should really depend on $(libglib) for libgmodule.la, but libtool has a
# problem with this ;(