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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user