$NetBSD: patch-aj,v 1.3 2002/04/06 15:48:55 dmcmahill Exp $ --- gdk/Makefile.in.orig Tue Apr 2 06:50:31 2002 +++ gdk/Makefile.in @@ -197,7 +197,7 @@ # libtool stuff: set version and export symbols for resolving # since automake doesn't support conditionalized libsomething_la_LDFLAGS # we use the general approach here -LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic -rpath $(libdir) $(no_undefined) @LIBTOOL_EXPORT_OPTIONS@ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(gdk_win32_symbols) @GDK_DEP_LIBS@ @STRIP_END@ +LDFLAGS = @STRIP_BEGIN@ @LDFLAGS@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic -rpath $(libdir) $(no_undefined) @LIBTOOL_EXPORT_OPTIONS@ $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(gdk_win32_symbols) @GDK_DEP_LIBS@ @STRIP_END@ #