This commit is contained in:
sayrer%gmail.com 2006-12-19 19:58:04 +00:00
Родитель 80275b6a7d
Коммит cd9455a44a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -58,11 +58,11 @@ MODULE = test_places
include $(topsrcdir)/config/rules.mk
_UNIT_FILES := $(wildcard $(srcdir)/unit/*.js)
#ifndef MOZ_PLACES_BOOKMARKS
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
endif
libs:: $(_UNIT_FILES)
$(INSTALL) $^ $(DIST)/bin/$(MODULE)