From cef4f14470566af8521bb48fbe6c8d0656c8b527 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 3 Nov 2009 07:17:50 -0600 Subject: [PATCH] [devel] Added "pngpriv.h" to include list for makefile.wce --- scripts/makefile.wce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makefile.wce b/scripts/makefile.wce index 0b9b4e6b7..5b023df94 100644 --- a/scripts/makefile.wce +++ b/scripts/makefile.wce @@ -30,7 +30,7 @@ PACKAGE = $(NAME)-$(VER) BIN = libpng14-0.dll libpng-14.dll LIB = libpng14.a libpng14.dll.a libpng.a libpng.dll.a scripts/png32ce.def -INCLUDE = png.h pngconf.h +INCLUDE = png.h pngconf.h pngpriv.h PC = libpng14.pc libpng.pc MANIFESTVERBIN = "Libpng-$(VER): Binary files"