From: Sascha Schumann Date: Wed, 14 Jun 2000 08:30:37 +0000 (+0000) Subject: Copy header files from main and also add that directory to the list X-Git-Tag: php-4.0.1RC~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53b791b3e3a18222a0c371d82dea56b3721ab12;p=php Copy header files from main and also add that directory to the list of include directories. --- 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