From: CDT 1999 Shawn T. Amundson Date: Wed, 12 May 1999 05:27:34 +0000 (+0000) Subject: Another small fix. X-Git-Tag: GLIB_1_3_1~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fd4a22a9dc4340091b59d9e856307cb43dadb81;p=platform%2Fupstream%2Fglib.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 eb4fba6..fc4ab5c 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 eb4fba6..fc4ab5c 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 eb4fba6..fc4ab5c 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 eb4fba6..fc4ab5c 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 eb4fba6..fc4ab5c 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 eb4fba6..fc4ab5c 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 eb4fba6..fc4ab5c 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 eb4fba6..fc4ab5c 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 aa72f3b..8f3f7b9 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@