Bug 584474 part 6 - Remove duplicate libxpcomglue_s in link flags. r=ted

This commit is contained in:
Mike Hommey 2011-02-25 15:02:04 +01:00
parent 8fce339970
commit 291fe1848f
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ CPP_UNIT_TESTS = \
include $(topsrcdir)/config/config.mk
LIBS = $(EXTRA_DSO_LIBS) \
$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
$(XPCOM_LIBS) \
$(NSPR_LIBS) \
$(NULL)

View File

@ -78,7 +78,6 @@ LOCAL_INCLUDES = \
LIBS = \
$(LIBS_DIR) \
$(LIBXUL_DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
$(MOZ_COMPONENT_LIBS) \
$(SQLITE_LIBS) \
$(NULL)