From a7ffa09e18137de43c91ac5f2120c170679baeae Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 11 Dec 2010 22:18:10 +0000 Subject: - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd --- ext/xml/config.w32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/xml') diff --git a/ext/xml/config.w32 b/ext/xml/config.w32 index ed0352701b..4ee0bd1602 100644 --- a/ext/xml/config.w32 +++ b/ext/xml/config.w32 @@ -11,8 +11,9 @@ if (PHP_XML == "yes") { if (!PHP_XML_SHARED) { ADD_FLAG("CFLAGS_XML", "/D LIBXML_STATIC "); } + PHP_INSTALL_HEADERS("", "ext/xml"); } else { WARNING("xml support can't be enabled, libraries or headers are missing") PHP_ZLIB = "no" } -} \ No newline at end of file +} -- cgit v1.2.1