added --export-dynamic so we can load dynmic modules, (required, according

Thu Aug 26 15:09:36 1999  Tim Janik  <timj@gtk.org>

        * Makefile.am:
        * gmodule/Makefile.am:
        * gthread/Makefile.am: added --export-dynamic so we can load dynmic
        modules, (required, according to the libtool 1.3.3 docu).
This commit is contained in:
Tim Janik 1999-08-26 13:09:43 +00:00 committed by Tim Janik
parent 29d0773fb2
commit c8a027e975
12 changed files with 64 additions and 4 deletions

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -1,3 +1,10 @@
Thu Aug 26 15:09:36 1999 Tim Janik <timj@gtk.org>
* Makefile.am:
* gmodule/Makefile.am:
* gthread/Makefile.am: added --export-dynamic so we can load dynmic
modules, (required, according to the libtool 1.3.3 docu).
Mon Aug 23 14:42:58 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.2.4

View File

@ -74,7 +74,8 @@ stamp-gc-h: config.status
libglib_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
-release $(LT_RELEASE) \
-export-dynamic
noinst_PROGRAMS = testglib testgdate testgdateparser
testglib_LDADD = libglib.la

View File

@ -74,7 +74,8 @@ stamp-gc-h: config.status
libglib_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
-release $(LT_RELEASE) \
-export-dynamic
noinst_PROGRAMS = testglib testgdate testgdateparser
testglib_LDADD = libglib.la

View File

@ -25,7 +25,8 @@ libgmodule_la_SOURCES = gmodule.c
libgmodule_la_LDFLAGS = \
@G_MODULE_LDFLAGS@ \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
-release $(LT_RELEASE) \
-export-dynamic
libgmodule_la_LIBADD = @G_MODULE_LIBS@ # $(libglib)
# we should really depend on $(libglib) for libgmodule.la, but libtool has a

View File

@ -16,7 +16,8 @@ lib_LTLIBRARIES = libgthread.la
libgthread_la_SOURCES = gthread.c
libgthread_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-release $(LT_RELEASE)
-release $(LT_RELEASE) \
-export-dynamic
libgthread_la_LIBADD = @G_THREAD_LIBS@