Browse Source

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)
PEAR_1_4DEV
Wez Furlong 23 years ago
parent
commit
b0d74a9485
  1. 3
      scripts/Makefile.frag

3
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 \

Loading…
Cancel
Save