mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
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:
parent
e435032d6e
commit
ebeb32f252
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -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).
|
||||
|
||||
1999-07-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* grand.c (g_rand_new): Use /dev/urandom, as it doesn't block,
|
||||
|
@ -79,7 +79,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
|
||||
|
@ -79,7 +79,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
|
||||
|
@ -29,7 +29,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_EXTRA@ @G_MODULE_LIBS@ # $(libglib)
|
||||
# we should really depend on $(libglib) for libgmodule.la, but libtool has a
|
||||
|
@ -18,6 +18,7 @@ lib_LTLIBRARIES = libgthread.la
|
||||
libgthread_la_SOURCES = gthread-impl.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_EXTRA@ @G_THREAD_LIBS@
|
||||
|
Loading…
Reference in New Issue
Block a user