Add mng to required libraries list. Not in default build.

This commit is contained in:
tor%cs.brown.edu 2000-06-14 14:21:49 +00:00
parent fe1f97085c
commit d974f01a10
2 changed files with 2 additions and 1 deletions
modules/libimg/mngcom

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = nsmng
IS_COMPONENT = 1
REQUIRES = util zlib jpeg xpcom img
REQUIRES = util mng zlib jpeg xpcom img
CPPSRCS = \
nsMNGDecoder.cpp \

@ -49,6 +49,7 @@ LCFLAGS = $(LCFLAGS) /TP
LLIBS= $(LIBNSPR) \
$(DIST)\lib\util.lib \
$(DIST)\lib\mng.lib \
$(DIST)\lib\jpeg3250.lib \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\zlib.lib \