summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-06-23 15:11:02 +0000
committerJohannes Schlüter <johannes@php.net>2010-06-23 15:11:02 +0000
commit08e1471c16ad810843d78d5a11143486da9ea0c7 (patch)
tree8472c9cd73fefe9fa38eb89b34f7613ba0a38c60 /ext
parent53324e88305e4cbaa078f7f0600db07a28223d6f (diff)
downloadphp-git-08e1471c16ad810843d78d5a11143486da9ea0c7.tar.gz
Install SQLite3 header
Diffstat (limited to 'ext')
-rw-r--r--ext/sqlite3/config0.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite3/config0.m4 b/ext/sqlite3/config0.m4
index 6b96cb61ef..ac58b35cf0 100644
--- a/ext/sqlite3/config0.m4
+++ b/ext/sqlite3/config0.m4
@@ -80,6 +80,7 @@ if test $PHP_SQLITE3 != "no"; then
fi
PHP_SQLITE3_CFLAGS="-I@ext_srcdir@/libsqlite $other_flags $threadsafe_flags $debug_flags"
+ PHP_INSTALL_HEADERS([ext/sqlite3/libsqlite/sqlite3.h])
fi
AC_DEFINE(HAVE_SQLITE3,1,[ ])