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

git-svn-id: svn://10.0.0.236/trunk@214119 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2006-10-25 19:12:13 +00:00
parent e9011441ff
commit adeae76c63

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