From 34b7d624889efb93bd13b4cd9e8b40e2662d04dd Mon Sep 17 00:00:00 2001 From: John Bowler Date: Wed, 8 May 2013 10:35:14 -0500 Subject: [PATCH] [libpng16] Updated Makefile.am --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 351d37f60..3f714ff98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,9 +194,8 @@ $(srcdir)/scripts/pnglibconf.h.prebuilt: # The following is necessary to ensure that the local pnglibconf.h is used, not # an installed one (this can happen immediately after on a clean system if # 'make test' is the first thing the user does.) -contrib/libtests/pngstest.o contrib/libtests/pngvalid.o pngtest.o: pnglibconf.h -contrib/libtests/pngunknown.o contrib/libtests/timepng.o: pnglibconf.h -contrib/libtests/pngdeflate.o contrib/libtests/fixitxt.o: pnglibconf.h +pngstest.o pngvalid.o pngtest.o pngunknown.o timepng.o: pnglibconf.h +pngdeflate.o fixitxt.o: pnglibconf.h # We must use -DPNG_NO_USE_READ_MACROS here even when the library may actually # be built with PNG_USE_READ_MACROS; this prevents the read macros from