From 95eaa0b4711b4c8f245786785b0b4dadee3cb980 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sun, 29 Dec 2013 18:10:06 -0600 Subject: [PATCH] [libpng15] Revised a dependency in Makefile.am to work with 'subdirs' option. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 500049a0f..8fe2eeb73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,7 +132,7 @@ $(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.) -pngvalid.o pngtest.o: pnglibconf.h +contrib/libtests/pngvalid.o pngtest.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