[Xfce4-commits] <parole:master> Make the browser plugin compatible with midori, Makefile was broken.
Ali Abdallah
noreply at xfce.org
Sat Jan 9 19:22:02 CET 2010
Updating branch refs/heads/master
to 353eabcd6a404ee1e1d7dbb55fa174e72a46feee (commit)
from 16dbe5ac92e3b29f3412cb21879df1593a812902 (commit)
commit 353eabcd6a404ee1e1d7dbb55fa174e72a46feee
Author: Ali Abdallah <aliov at xfce.org>
Date: Sat Jan 9 19:20:25 2010 +0100
Make the browser plugin compatible with midori, Makefile was broken.
browser-plugin/Makefile.am | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index eb8df91..8a18667 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -47,9 +47,14 @@ parole_player_so_SOURCES = \
npp_gate.cpp \
npupp.h
+parole_player_so_CFLAGS = \
+ -fPIC
+
parole_player_so_LDFLAGS = \
-Xcompiler \
-shared \
+ -fPIC
+
+parole_player_so_LDADD = \
$(GTK_LIBS) \
- $(DBUS_GLIB_LIBS) \
- $(GECKO_LIBS)
+ $(DBUS_GLIB_LIBS)
More information about the Xfce4-commits
mailing list