wez Sat Aug 30 21:44:46 2003 EDT Modified files: /php-src/scripts Makefile.frag Log: install sqlite headers with the rest of php. We only really need sqlite.h, but our build system doesn't provide for installation of a single header file (at least not that I can see) Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.5 php-src/scripts/Makefile.frag:1.6 --- php-src/scripts/Makefile.frag:1.5 Wed Aug 27 09:58:44 2003 +++ php-src/scripts/Makefile.frag Sat Aug 30 21:44:45 2003 @@ -34,7 +34,8 @@ main/streams \ ext/mbstring \ ext/pgsql \ - regex + regex \ + ext/sqlite/libsqlite/src install-headers: [EMAIL PROTECTED] i in $(HEADER_DIRS); do \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php