[libpng16] Revised Makefile.am and scripts/symbols.dfn to work with MinGW/MSYS

This commit is contained in:
Bob Friesenhahn
2014-12-14 12:37:12 -06:00
committed by Glenn Randers-Pehrson
parent 7c5d037032
commit 530eec311d
4 changed files with 12 additions and 8 deletions

View File

@@ -26,8 +26,8 @@
/* Read the defaults, but use scripts/pnglibconf.h.prebuilt; the 'standard'
* header file.
*/
#include "pnglibconf.h.prebuilt"
#include "../png.h"
#include "scripts/pnglibconf.h.prebuilt"
#include "png.h"
/* Some things are turned off by default. Turn these things
* on here (by hand) to get the APIs they expose and validate
@@ -45,7 +45,7 @@
#define PNG_SET_OPTION_SUPPORTED
#undef PNG_H
#include "../png.h"
#include "png.h"
/* Finally there are a couple of places where option support
* actually changes the APIs revealed using a #if/#else/#endif
@@ -55,4 +55,4 @@
#undef PNG_ERROR_TEXT_SUPPORTED /* Exposes unsupported APIs */
#undef PNG_H
#include "../png.h"
#include "png.h"