bug 450781 - make xpfe autocomplete build with |--enable-libxul| and build it from build.mk, r=Callek, a=NPOTB for Firefox

This commit is contained in:
Neil Rashbrook 2008-08-31 16:11:19 +02:00
parent 57f05d17a4
commit 552b7a310e
2 changed files with 2 additions and 7 deletions

View File

@ -52,10 +52,6 @@ DIRS += \
$(NULL)
endif
ifneq (,$(MOZ_THUNDERBIRD)$(MOZ_SUITE)$(MOZ_SUNBIRD))
DIRS += autocomplete
endif
# build should be last
DIRS += \
directory \

View File

@ -46,15 +46,14 @@ MODULE = appcomps
MODULE_NAME = xpAutoComplete
LIBRARY_NAME = xpautocomplete
SHORT_LIBNAME = xpautoc
MOZILLA_INTERNAL_API = 1
MOZILLA_INTERNAL_API = $(BUILD_STATIC_LIBS)
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
CPPSRCS = nsAutoComplete.cpp
EXTRA_DSO_LDOPTS += \
$(MOZ_UNICHARUTIL_LIBS) \
$(XPCOM_GLUE_LDOPTS) \
$(MOZ_COMPONENT_LIBS) \
$(NULL)