From aa5ff76a2f208fcff298cd6b65290cc16d6cf89d Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Sat, 5 Jan 2008 05:46:44 +0000 Subject: [PATCH] Bug 355608 - "xulrunner + python fails with "dist/lib/libpyxpcom.a: No such file or directory"" [p=vamposdecampos@gmail.com (Alex Badea) r=bsmedberg (NPOTB)] git-svn-id: svn://10.0.0.236/trunk@242419 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/python/dom/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/python/dom/src/Makefile.in b/mozilla/extensions/python/dom/src/Makefile.in index f11c86b52aa..4cb5ed7c60a 100644 --- a/mozilla/extensions/python/dom/src/Makefile.in +++ b/mozilla/extensions/python/dom/src/Makefile.in @@ -22,7 +22,7 @@ FORCE_USE_PIC = 1 # We always need the Python and pyxpcom includes and libs. LOCAL_INCLUDES = $(MOZ_PYTHON_INCLUDES) EXTRA_LIBS += $(MOZ_PYTHON_LIBS) \ - $(DIST)/lib/$(LIB_PREFIX)pyxpcom.$(LIB_SUFFIX) \ + $(call EXPAND_LIBNAME_PATH,pyxpcom,$(DIST)/lib) \ $(NULL) # In the shorter term we need JS too.