Bug 356425 - link of libxul failed with --disable-places, r=laurentj

This commit is contained in:
benjamin%smedbergs.us 2006-10-25 19:12:13 +00:00
parent 2309cf64ff
commit 45bf76a6c9

View File

@ -200,11 +200,14 @@ endif
endif
endif
ifdef MOZ_STORAGE
COMPONENT_LIBS += storagecomps
endif
ifdef MOZ_PLACES
STATIC_LIBS += morkreader_s
COMPONENT_LIBS += \
storagecomps \
places \
$(NULL)
else