Don't set EXPORT_LIBRARY for libs that aren't in the final link list for static builds.

Fixing static build bustage.


git-svn-id: svn://10.0.0.236/trunk@135675 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-12-28 23:42:21 +00:00
parent 63072a3b2b
commit 604028b3ed

View File

@ -31,7 +31,8 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpinstall
LIBRARY_NAME = xpinstall
EXPORT_LIBRARY = 1
# Do not set EXPORT_LIBRARY as we do not want xpinstall in the static libs list
#EXPORT_LIBRARY = 1
SHORT_LIBNAME = xpinstal
IS_COMPONENT = 1
MODULE_NAME = nsSoftwareUpdate