Fix url-classifier+libxul warnings and test errors, r=luser (no bug)

This commit is contained in:
benjamin@smedbergs.us 2007-05-23 06:24:32 -07:00
Родитель b3b274531c
Коммит fd495531a8
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -46,7 +46,9 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public src
ifdef ENABLE_TESTS
DIRS += tests
ifndef MOZ_ENABLE_LIBXUL
TOOL_DIRS += tests
endif
endif
include $(topsrcdir)/config/rules.mk

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

@ -8,7 +8,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = url-classifier
LIBRARY_NAME = urlclassifier_s
XPIDL_MODULE = url-classifier
MOZILLA_INTERNAL_API = 1
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1