Ack! this patch never made it in. Force dynamic library for static build to install properly. (87213) r=cathleen, sr=waterson

This commit is contained in:
mcafee%netscape.com 2001-09-26 02:47:04 +00:00
Родитель 37fe825fc1
Коммит e9f47af403
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -29,6 +29,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# Make this a true dynamic component even in static builds because
# this component is shared by installer
MOZ_STATIC_COMPONENT_LIBS=
BUILD_STATIC_LIBS=
BUILD_SHARED_LIBS=1
MODULE = xpinstall
LIBRARY_NAME = xpinstall
EXPORT_LIBRARY = 1