Another small fix.
authorCDT 1999 Shawn T. Amundson <amundson@gtk.org>
Wed, 12 May 1999 05:27:34 +0000 (05:27 +0000)
committerShawn Amundson <amundson@src.gnome.org>
Wed, 12 May 1999 05:27:34 +0000 (05:27 +0000)
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>

        * gmodule/Makefile.am: Another small fix.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gmodule/Makefile.am

index eb4fba6..fc4ab5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index eb4fba6..fc4ab5c 100644 (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>
 
        * Makefile.am tests/Makefile.am: Correct rules for making the
index eb4fba6..fc4ab5c 100644 (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>
 
        * Makefile.am tests/Makefile.am: Correct rules for making the
index eb4fba6..fc4ab5c 100644 (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>
 
        * Makefile.am tests/Makefile.am: Correct rules for making the
index eb4fba6..fc4ab5c 100644 (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>
 
        * Makefile.am tests/Makefile.am: Correct rules for making the
index eb4fba6..fc4ab5c 100644 (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>
 
        * Makefile.am tests/Makefile.am: Correct rules for making the
index eb4fba6..fc4ab5c 100644 (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>
 
        * Makefile.am tests/Makefile.am: Correct rules for making the
index eb4fba6..fc4ab5c 100644 (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>
 
        * Makefile.am tests/Makefile.am: Correct rules for making the
index aa72f3b..8f3f7b9 100644 (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_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@