Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-22 00:11:20 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-22 00:11:20 (GMT)
commit102603be13d3cb9e6a410653042b581df7233dc9 (patch)
treebdd06d55d89bf99849d042d4886831a337537c54 /python
parentceb5dd09ec5f8c91a8696f0347f1fad5d86f2acd (diff)
Adapt to latest xulrunner 1.9
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index c91d3db..ad6041d 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -11,12 +11,10 @@ INCLUDES = \
pkgpyexec_LTLIBRARIES = _hulahop.la
-_hulahop_la_LDFLAGS = -module -avoid-version -R$(MOZILLA_HOME) -dlopen self
+_hulahop_la_LDFLAGS = -module -avoid-version -R$(LIBXUL_DIR) -dlopen self
_hulahop_la_LIBADD = \
- $(GECKO_LIBS) \
+ $(LIBXUL_LIBS) \
$(DEPS_LIBS) \
- $(MOZILLA_EXTRA_LIBS) \
- $(MOZILLA_GLUE_LIBS) \
$(top_builddir)/src/libhulahop.la
_hulahop_la_SOURCES = \