From 102603be13d3cb9e6a410653042b581df7233dc9 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 22 Aug 2007 00:11:20 +0000 Subject: Adapt to latest xulrunner 1.9 --- (limited to 'python') 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 = \ -- cgit v0.9.1