Bug 11079. xptinfo shouldn't be an EXPORT_LIBRARY, or else it will end up both in the statically linked exectuable _and_ libxpcom.so. r=cls

git-svn-id: svn://10.0.0.236/trunk@109274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 2001-11-29 23:50:56 +00:00
parent f6fc5c5388
commit a6396f40ca

View File

@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcom
LIBRARY_NAME = xptinfo
EXPORT_LIBRARY = 1
REQUIRES = jar \
string \
$(NULL)