From b28c236b40db26a1990953ca31333dc400969812 Mon Sep 17 00:00:00 2001 From: mazze Date: Sun, 10 Jun 2012 09:00:25 +0000 Subject: [PATCH] Copy additional header which is needed by png.h git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44992 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/png/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/libs/png/mmakefile.src b/workbench/libs/png/mmakefile.src index 199f413e63..c149327051 100644 --- a/workbench/libs/png/mmakefile.src +++ b/workbench/libs/png/mmakefile.src @@ -20,7 +20,7 @@ USER_CFLAGS += -DPNG_NO_STDIO -DPNG_NO_WRITE_tIME -Wno-implicit-function-declara files=$(FILES) objdir=$(OBJDIR)/no_stdio #MM includes-copy -INCLUDE_FILES := png.h pngconf.h +INCLUDE_FILES := png.h pngconf.h pnglibconf.h %copy_includes %common -- 2.11.4.GIT