From b0d74a9485d32df9b2dc33b6e7d4b786220070ba Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 31 Aug 2003 01:44:45 +0000 Subject: 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) --- scripts/Makefile.frag | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/Makefile.frag') diff --git a/scripts/Makefile.frag b/scripts/Makefile.frag index bbecfc71f5..7129e455f8 100644 --- a/scripts/Makefile.frag +++ b/scripts/Makefile.frag @@ -34,7 +34,8 @@ HEADER_DIRS = \ main/streams \ ext/mbstring \ ext/pgsql \ - regex + regex \ + ext/sqlite/libsqlite/src install-headers: -@for i in $(HEADER_DIRS); do \ -- cgit v1.2.1