Hi all,

the attached patch adds AM_LDFLAGS to the plugin's LDFLAGS to compensate for automake 1.10 striping them away.

cheers,
dalibor topic

2007-04-16  Dalibor Topic  <[EMAIL PROTECTED]>

        * native/plugin/Makefile.am (libgcjwebplugin_la_LDFLAGS):
        Added AM_LDFLAGS for automake 1.10.

Index: native/plugin/Makefile.am
===================================================================
RCS file: /sources/classpath/classpath/native/plugin/Makefile.am,v
retrieving revision 1.7
diff -u -r1.7 Makefile.am
--- native/plugin/Makefile.am	17 Aug 2006 20:09:16 -0000	1.7
+++ native/plugin/Makefile.am	15 Apr 2007 17:44:40 -0000
@@ -8,7 +8,7 @@
 
 libgcjwebplugin_la_LDFLAGS = -avoid-version \
 	$(GLIB_LIBS) $(GTK_LIBS) \
-	-lstdc++
+	-lstdc++ $(AM_LDFLAGS)
 
 install-plugin: $(nativeexeclib_LTLIBRARIES)
 	$(INSTALL) -d -m0755 $(DESTDIR)$(PLUGIN_DIR)

Reply via email to