diff --git a/mozilla/browser/components/places/tests/Makefile.in b/mozilla/browser/components/places/tests/Makefile.in index faf3ff668b3..358e3b02733 100644 --- a/mozilla/browser/components/places/tests/Makefile.in +++ b/mozilla/browser/components/places/tests/Makefile.in @@ -58,6 +58,11 @@ MODULE = test_places include $(topsrcdir)/config/rules.mk _UNIT_FILES := $(wildcard $(srcdir)/unit/*.js) +#ifndef MOZ_PLACES_BOOKMARKS +_UNIT_FILES := $(patsubst %marks.js,,$(_UNIT_FILES)) +_UNIT_FILES += $(wildcard $(srcdir)/unit/head*.js) +_UNIT_FILES += $(wildcard $(srcdir)/unit/tail*.js) +#endif libs:: $(_UNIT_FILES) $(INSTALL) $^ $(DIST)/bin/$(MODULE)