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
parent 421eef1dcc
commit 633d58bb4a

View File

@ -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