summaryrefslogtreecommitdiff
path: root/ext/simplexml/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/config.m4')
-rw-r--r--ext/simplexml/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/config.m4 b/ext/simplexml/config.m4
index 2145e23d88..5b8c11d59f 100644
--- a/ext/simplexml/config.m4
+++ b/ext/simplexml/config.m4
@@ -18,6 +18,7 @@ if test "$PHP_SIMPLEXML" != "no"; then
PHP_SETUP_LIBXML(SIMPLEXML_SHARED_LIBADD, [
AC_DEFINE(HAVE_SIMPLEXML,1,[ ])
PHP_NEW_EXTENSION(simplexml, simplexml.c sxe.c, $ext_shared)
+ PHP_INSTALL_HEADERS([ext/simplexml/php_simplexml.h ext/simplexml/php_simplexml_exports.h])
PHP_SUBST(SIMPLEXML_SHARED_LIBADD)
], [
AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])