Update REQUIRES so that we do not accidentally build using the system headers of jpeg,zlib,png,mng when we are supposed to be building using the Mozilla copies of these libraries.

Bug #97386 r=mcafee a=dbaron
This commit is contained in:
cls%seawood.org 2001-08-30 01:14:45 +00:00
parent 8f6ea28242
commit aac7aaa382

View File

@ -30,7 +30,7 @@ include $(srcdir)/../objs.mk
MODULE = jar
LIBRARY_NAME = jar$(VERSION_NUMBER)_s
REQUIRES = xpcom string caps
REQUIRES = xpcom string caps $(ZLIB_REQUIRES)
#DEP_XPIDLSRCS = $(MODULES_LIBJAR_XPIDLSRCS)
#EXPORTS = $(MODULES_LIBJAR_LEXPORTS)