From: Wez Furlong Date: Sat, 8 Nov 2003 01:09:11 +0000 (+0000) Subject: Fix shared/pecl build for extensions that rely on mbstring... X-Git-Tag: php-4.3.5RC1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa90d82b27f4354b328d618346898cbfc0eeb03f;p=php Fix shared/pecl build for extensions that rely on mbstring... --- diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index a685c01368..374d409dda 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -32,6 +32,8 @@ HEADER_DIRS = \ ext/xml/expat \ main \ ext/mbstring \ + ext/mbstring/libmbfl \ + ext/mbstring/libmbfl/mbfl \ ext/pgsql \ regex