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


git-svn-id: svn://10.0.0.236/trunk@117746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2002-03-30 01:46:52 +00:00
parent 5751a5d53f
commit 6d200383e0
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)