Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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 = \