mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Another small fix.
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * gmodule/Makefile.am: Another small fix.
This commit is contained in:
parent
f6eb31132c
commit
2fd4a22a9d
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -1,3 +1,7 @@
|
||||
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
|
||||
|
||||
* gmodule/Makefile.am: Another small fix.
|
||||
|
||||
1999-05-08 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* Makefile.am tests/Makefile.am: Correct rules for making the
|
||||
|
@ -37,11 +37,11 @@ libgmodule_la_LIBADD = @G_MODULE_LIBS_EXTRA@ @G_MODULE_LIBS@ # $(libglib)
|
||||
|
||||
libgplugin_a_la_SOURCES = libgplugin_a.c
|
||||
libgplugin_a_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module
|
||||
libgplugin_a_la_LIBADD = @G_MODULE_LIBS@ @G_MODULE_PLUGIN_LIBS@ # $(libglib)
|
||||
libgplugin_a_la_LIBADD = @G_MODULE_LIBS_EXTRA@ @G_MODULE_LIBS@ @G_MODULE_PLUGIN_LIBS@ # $(libglib)
|
||||
|
||||
libgplugin_b_la_SOURCES = libgplugin_b.c
|
||||
libgplugin_b_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module
|
||||
libgplugin_b_la_LIBADD = @G_MODULE_LIBS@ @G_MODULE_PLUGIN_LIBS@ # $(libglib)
|
||||
libgplugin_b_la_LIBADD = @G_MODULE_LIBS_EXTRA@ @G_MODULE_LIBS@ @G_MODULE_PLUGIN_LIBS@ # $(libglib)
|
||||
|
||||
noinst_PROGRAMS = testgmodule
|
||||
testgmodule_LDFLAGS += @G_MODULE_LDFLAGS@
|
||||
|
Loading…
Reference in New Issue
Block a user