summaryrefslogtreecommitdiff
path: root/scripts/Makefile.frag
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-08-31 01:44:45 +0000
committerWez Furlong <wez@php.net>2003-08-31 01:44:45 +0000
commitb0d74a9485d32df9b2dc33b6e7d4b786220070ba (patch)
treee09a002296dbc179815bc82206f7fe9ebfebcd09 /scripts/Makefile.frag
parentc9a69abe2541a02529b7c431b1b9057fe5b34df4 (diff)
downloadphp-git-b0d74a9485d32df9b2dc33b6e7d4b786220070ba.tar.gz
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)
Diffstat (limited to 'scripts/Makefile.frag')
-rw-r--r--scripts/Makefile.frag3
1 files changed, 2 insertions, 1 deletions
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 \