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:
CDT 1999 Shawn T. Amundson 1999-05-12 05:27:34 +00:00 committed by Shawn Amundson
parent f6eb31132c
commit 2fd4a22a9d
9 changed files with 34 additions and 2 deletions

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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> 1999-05-08 Tor Lillqvist <tml@iki.fi>
* Makefile.am tests/Makefile.am: Correct rules for making the * Makefile.am tests/Makefile.am: Correct rules for making the

View File

@ -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_SOURCES = libgplugin_a.c
libgplugin_a_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module 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_SOURCES = libgplugin_b.c
libgplugin_b_la_LDFLAGS = @G_MODULE_LDFLAGS@ -avoid-version -module 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 noinst_PROGRAMS = testgmodule
testgmodule_LDFLAGS += @G_MODULE_LDFLAGS@ testgmodule_LDFLAGS += @G_MODULE_LDFLAGS@