mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Add mng to required libraries list. Not in default build.
This commit is contained in:
parent
fe1f97085c
commit
d974f01a10
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user