mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Use -module for test plugins too
-Yosh
This commit is contained in:
parent
36ea7e4925
commit
6266424c35
@ -1,6 +1,6 @@
|
||||
Sat May 1 10:24:02 PDT 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* Makefile.am: use -avoid-version
|
||||
* Makefile.am: use -avoid-version and -module for test plugins
|
||||
|
||||
Fri Apr 23 09:03:48 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
|
@ -32,11 +32,11 @@ libgmodule_la_LIBADD = @G_MODULE_LIBS@ # $(libglib)
|
||||
# problem with this ;(
|
||||
|
||||
libgplugin_a_la_SOURCES = libgplugin_a.c
|
||||
libgplugin_a_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version
|
||||
libgplugin_a_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module
|
||||
libgplugin_a_la_LIBADD = @G_MODULE_LIBS@ # $(libglib)
|
||||
|
||||
libgplugin_b_la_SOURCES = libgplugin_b.c
|
||||
libgplugin_b_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version
|
||||
libgplugin_b_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module
|
||||
libgplugin_b_la_LIBADD = @G_MODULE_LIBS@ # $(libglib)
|
||||
|
||||
noinst_PROGRAMS = testgmodule
|
||||
|
Loading…
x
Reference in New Issue
Block a user