diff options
author | Wez Furlong <wez@php.net> | 2005-02-28 05:21:35 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-02-28 05:21:35 +0000 |
commit | 401f813383072ac5b8761eeaf8ea1fee983ea8d0 (patch) | |
tree | 3ee12cd60a2ef61580ead16dd096f00ee409a491 /scripts | |
parent | 742b0ab6763e937ba2789082a7abfd433d214d73 (diff) | |
download | php-git-401f813383072ac5b8761eeaf8ea1fee983ea8d0.tar.gz |
Let's install the mbstring headers.
Fixes PECL #3516
Diffstat (limited to 'scripts')
-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 36e4765108..221d1d01fa 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -46,6 +46,8 @@ HEADER_DIRS = \ ext/xml/ \ ext/xml/expat/ \ ext/mbstring/ \ + ext/mbstring/libmbfl/ \ + ext/mbstring/libmbfl/mbfl/ \ ext/sqlite/libsqlite/src/sqlite.h install-headers: |