diff options
-rw-r--r-- | pear/Makefile.in | 1 | ||||
-rw-r--r-- | pear/php-config.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in index 18594eb7e9..c4e92fe285 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -74,6 +74,7 @@ HEADER_DIRS = \ Zend \ TSRM \ ext/standard \ + main \ regex install-headers: diff --git a/pear/php-config.in b/pear/php-config.in index cdd375b2dc..4649251e12 100644 --- a/pear/php-config.in +++ b/pear/php-config.in @@ -1,7 +1,7 @@ #! /bin/sh prefix='@PREFIX@' -includes='-I@PHPINCLUDEDIR@ -I@PHPINCLUDEDIR@/Zend -I@PHPINCLUDEDIR@/TSRM' +includes='-I@PHPINCLUDEDIR@ -I@PHPINCLUDEDIR@/main -I@PHPINCLUDEDIR@/Zend -I@PHPINCLUDEDIR@/TSRM' extension_dir='@EXTENSION_DIR@' case "$1" in |