Add missing .la suffix for libgdk_pixbuf.

2002-03-08  Tor Lillqvist  <tml@iki.fi>

	* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for	libgdk_pixbuf.
This commit is contained in:
Tor Lillqvist 2002-03-07 23:27:00 +00:00 committed by Tor Lillqvist
parent 85a8b59044
commit 7b22d3bd3a
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase

View File

@ -1,3 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase

View File

@ -1,3 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase

View File

@ -1,3 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase

View File

@ -1,3 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase

View File

@ -1,3 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase

View File

@ -1,3 +1,7 @@
2002-03-08 Tor Lillqvist <tml@iki.fi>
* gdk/Makefile.am (LDFLAGS): Add missing .la suffix for libgdk_pixbuf.
Thu Mar 7 21:32:01 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): increase

View File

@ -73,7 +73,7 @@ LDFLAGS = @STRIP_BEGIN@ \
-rpath $(libdir) \
$(no_undefined) \
@LIBTOOL_EXPORT_OPTIONS@ \
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION) \
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
$(gdk_win32_symbols) \
@GDK_DEP_LIBS@ \
@STRIP_END@