Skip to content
Snippets Groups Projects
Commit 3b15c090 authored by slamm%netscape.com's avatar slamm%netscape.com
Browse files

Change directory build order. png needs to come before pngcom. This is...

Change directory build order. png needs to come before pngcom. This is finishing up pnunn last checkin.... Added png and zlib library link. pnunn. refer to Bug#5459. review:slamm. ok'd:chofmann.
parent c2e9fead
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public public_com src gifcom pngcom jpgcom
ifndef MOZ_NATIVE_PNG
DIRS += png
DIRS = png
endif
DIRS += public public_com src gifcom pngcom jpgcom
EXTRA_LIBS = $(PNG_LIBS) $(ZLIB_LIBS)
include $(topsrcdir)/config/rules.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment