From: CDT 1999 Shawn T. Amundson Date: Wed, 12 May 1999 05:27:34 +0000 (+0000) Subject: Another small fix. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2fd4a22a9dc4340091b59d9e856307cb43dadb81;p=dana%2Fcg-glib.git Another small fix. Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson * gmodule/Makefile.am: Another small fix. --- diff --git a/ChangeLog b/ChangeLog index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index eb4fba63..fc4ab5c0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson + + * gmodule/Makefile.am: Another small fix. + 1999-05-08 Tor Lillqvist * Makefile.am tests/Makefile.am: Correct rules for making the diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index aa72f3b6..8f3f7b95 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -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@