Do not set EXPORT_LIBRARY for libs that we do _not_ want in the static link list.

Bug #134012 r=rjesup sr=dveditz a=leaf
This commit is contained in:
seawood%netscape.com 2002-03-30 01:46:52 +00:00
parent b286eb34e1
commit 2d941f53cc
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,8 @@ include $(DEPTH)/config/autoconf.mk
MODULE = inspector
LIBRARY_NAME = inspector
EXPORT_LIBRARY = 1
# Do not set EXPORT_LIBRARY as we do not want inspector in the static libs list
#EXPORT_LIBRARY = 1
FORCE_SHARED_LIB = 1
ifneq ($(OS_ARCH),WINNT)
SHORT_LIBNAME = inspectr

View File

@ -30,7 +30,8 @@ include $(DEPTH)/config/autoconf.mk
MODULE = jsdebug
LIBRARY_NAME = jsd
EXPORT_LIBRARY = 1
# Do not set EXPORT_LIBRARY as we do not want jsd in the static libs list
#EXPORT_LIBRARY = 1
FORCE_SHARED_LIB= 1
ifeq ($(OS_ARCH),WINNT)
LIBRARY_NAME = jsd$(MOZ_BITS)$(VERSION_NUMBER)