include/mscvpdb.h: Use flexible array members for the rest of structures.
[wine.git] / libs / png / Makefile.in
blobe8d0b323fb7b95a0035a55b8e3704a98f9209901
1 EXTLIB = libpng.a
2 EXTRAINCL = $(ZLIB_PE_CFLAGS)
3 EXTRADEFS = -DPNG_ARM_NEON_OPT=0
5 SOURCES = \
6 png.c \
7 pngerror.c \
8 pngget.c \
9 pngmem.c \
10 pngread.c \
11 pngrio.c \
12 pngrtran.c \
13 pngrutil.c \
14 pngset.c \
15 pngtrans.c \
16 pngwio.c \
17 pngwrite.c \
18 pngwtran.c \
19 pngwutil.c