[libpng16] Reverted install of pngconfig.h

This commit is contained in:
Glenn Randers-Pehrson
2011-12-17 09:57:00 -06:00
parent efaeadaa86
commit 0b3634bcc4
41 changed files with 115 additions and 153 deletions

View File

@@ -88,7 +88,7 @@ libpng.lib: $(OBJS)
-$(RM) $@
$(AR) $(ARFLAGS) -out:$@ $(OBJS) $(ERRFILE)
pngtest$(O): png.h pngconf.h pnglibconf.h pngconfig.h
pngtest$(O): png.h pngconf.h pnglibconf.h
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
pngtest.exe: pngtest$(O) libpng.lib