Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino

git-svn-id: svn://10.0.0.236/trunk@39526 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com
1999-07-15 11:44:30 +00:00
parent 662523a32f
commit 839925f410

View File

@@ -40,4 +40,6 @@ EXPORTS = zipfile.h
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
EXTRA_DSO_LDOPTS = $(ZLIB_LIBS)
include $(topsrcdir)/config/rules.mk