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/libxml/config.w32 | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/libxml/config.w32') diff --git a/ext/libxml/config.w32 b/ext/libxml/config.w32 index 7c9988f7e9..92144f9ad0 100644 --- a/ext/libxml/config.w32 +++ b/ext/libxml/config.w32 @@ -15,6 +15,7 @@ if (PHP_LIBXML == "yes") { if (!PHP_LIBXML_SHARED) { ADD_DEF_FILE("ext\\libxml\\php_libxml2.def"); } + PHP_INSTALL_HEADERS("ext/libxml/", "php_libxml.h"); } else { WARNING("libxml support can't be enabled, iconv or libxml are missing") PHP_LIBXML = "no" -- cgit v1.2.1