summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-03-07 23:27:00 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-03-07 23:27:00 +0000
commit7b22d3bd3af8c5d7145fdf545bdffb7401bc902b (patch)
tree22f687335376a61cd09a7a13bf680a6532d78ed8 /gdk/Makefile.am
parent85a8b590443b4bea3dfa2ed88ef4a552baced363 (diff)
downloadgdk-pixbuf-7b22d3bd3af8c5d7145fdf545bdffb7401bc902b.tar.gz
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.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 510a94258..4f67d4b59 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -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@