diff options
author | Derick Rethans <derick@php.net> | 2004-11-23 13:05:24 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2004-11-23 13:05:24 +0000 |
commit | 9b9ae8ee7082cf405642b5726600c37148875d57 (patch) | |
tree | f9927bd4ec8978a89fabb3b13c4e65c5c9b08925 /scripts/Makefile.frag | |
parent | 6d23aae34e02f9dc299e64b5e664678d1fa6566d (diff) | |
download | php-git-9b9ae8ee7082cf405642b5726600c37148875d57.tar.gz |
- We need to install the headers too.
Diffstat (limited to 'scripts/Makefile.frag')
-rw-r--r-- | scripts/Makefile.frag | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 7c40b41b5c..d7519008c6 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -26,9 +26,11 @@ HEADER_DIRS = \ / \ Zend/ \ TSRM/ \ + include/ \ main/ \ main/streams/ \ regex/ \ + ext/iconv/ \ ext/libxml/ \ ext/standard/ \ ext/session/ \ |