summaryrefslogtreecommitdiff
path: root/contrib/gdk-pixbuf-xlib/Makefile.am
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-08-06 14:12:03 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-08-06 14:12:03 +0000
commit327fcd344dae28d0acbcd5c0806fca31269401ce (patch)
tree86e7f3b021ade2439e142f56dbe8a3dd1a24591c /contrib/gdk-pixbuf-xlib/Makefile.am
parent9eb97b045c766f2e9f49771ef8ab501bae104e17 (diff)
downloadgtk+-327fcd344dae28d0acbcd5c0806fca31269401ce.tar.gz
link gdk-pixbuf-xlib against x libs (bug #83442)
2002-08-06 jacob berkman <jacob@ximian.com> * configure.in: link gdk-pixbuf-xlib against x libs (bug #83442)
Diffstat (limited to 'contrib/gdk-pixbuf-xlib/Makefile.am')
-rw-r--r--contrib/gdk-pixbuf-xlib/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am
index 9098e054a1..af8ab40e2e 100644
--- a/contrib/gdk-pixbuf-xlib/Makefile.am
+++ b/contrib/gdk-pixbuf-xlib/Makefile.am
@@ -7,14 +7,13 @@ INCLUDES = @STRIP_BEGIN@ \
@GDK_PIXBUF_XLIB_DEP_CFLAGS@ \
@STRIP_END@
-LDADDS = @STRIP_BEGIN@ \
- @GDK_PIXBUF_XLIB_DEP_LIBS@ \
-@STRIP_END@
-
libgdk_pixbuf_xlib_2_0_la_LDFLAGS = \
-export-dynamic \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libgdk_pixbuf_xlib_2_0_la_LIBADD = \
+ @GDK_PIXBUF_XLIB_DEP_LIBS@
+
libgdk_pixbuf_xlib_2_0_la_SOURCES = \
gdk-pixbuf-xlib-private.h \
gdk-pixbuf-xlib.c \