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.
This commit is contained in:
CDT 1999 Shawn T. Amundson
1999-05-08 11:04:26 +00:00
committed by Shawn Amundson
parent 4553b33fa8
commit 0e7f2f16f7
11 changed files with 74 additions and 12 deletions

View File

@@ -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 ;(