From 7720c783b8a8f8911a79b965d9176aba839829e6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 10 Mar 2008 21:57:45 +0000 Subject: Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657 svn path=/trunk/; revision=8094 --- plugins/desktop-file/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/desktop-file/Makefile.am b/plugins/desktop-file/Makefile.am index 6c6c22303..5cf130d9b 100644 --- a/plugins/desktop-file/Makefile.am +++ b/plugins/desktop-file/Makefile.am @@ -25,8 +25,13 @@ libdesktopfileplugin_la_LIBADD = \ libdesktopfileplugin_la_LDFLAGS = \ -module -avoid-version \ -export-symbols $(srcdir)/plugin.symbols \ - -R$(GECKO_HOME) \ $(AM_LDFLAGS) +if !HAVE_GECKO_XPCOM_GLUE + libdesktopfileplugin_la_LDFLAGS += \ + -R$(GECKO_HOME) \ + $(NULL) +endif + EXTRA_DIST = \ plugin.symbols -- cgit v1.2.3