Bug 856291 - Remove xpcom reference from xulrunner pkg-config files. r=glandium

This commit is contained in:
Ivaylo Dimitrov 2013-03-30 10:31:17 +01:00
parent 8ab1be61ad
commit d5328a7f1d

View File

@ -64,7 +64,7 @@ FULL_NSPR_LIBS=$(subst $(prefix),\$${sdkdir},$(shell $(DEPTH)/nsprpub/config/nsp
NSPR_VERSION=$(shell $(DEPTH)/nsprpub/config/nspr-config --version)
endif
MOZ_XUL_LINK = -lxpcomglue_s -lxul -lxpcom -lmozalloc
MOZ_XUL_LINK = -lxpcomglue_s -lxul -lmozalloc
ifdef JS_SHARED_LIBRARY
MOZ_JS_LINK = -lmozjs
else