diff options
author | Rob Richards <rrichards@php.net> | 2004-04-19 19:46:00 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-04-19 19:46:00 +0000 |
commit | f726dc7af1c6eebd7968cf9ff31ee663c460e744 (patch) | |
tree | c2f8bdc6bc21152a00b411918d44e529d02d0fb1 /scripts | |
parent | 5094e4e67c85053b0eab3f4c3309b911c5cd8d2c (diff) | |
download | php-git-f726dc7af1c6eebd7968cf9ff31ee663c460e744.tar.gz |
add ext/libxml/ to the headers path
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.frag | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index 6e0a26c38a..7c40b41b5c 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -29,6 +29,7 @@ HEADER_DIRS = \ main/ \ main/streams/ \ regex/ \ + ext/libxml/ \ ext/standard/ \ ext/session/ \ ext/xml/ \ |