remove an incorrectly checked in file

This commit is contained in:
relyea%netscape.com 2000-03-31 20:50:44 +00:00
parent 477a06c7b1
commit a86f4bbdb8

View File

@ -1,32 +0,0 @@
MODULE = zlib
LIBRARY_NAME=zlib
REQUIRES=nspr java
#LCFLAGS=-DZ_PREFIX
LCFLAGS=
CSRCS = \
adler32.c \
crc32.c \
compress.c \
uncompr.c \
deflate.c \
trees.c \
zutil.c \
inflate.c \
infblock.c \
inftrees.c \
infcodes.c \
infutil.c \
inffast.c \
$(NULL)
# XXX JDK_GEN should add the _gen/* exports
EXPORTS = \
zlib.h \
zconf.h \
$(NULL)