summaryrefslogtreecommitdiff
path: root/ext/session/config.w32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-06-16 01:21:01 +0000
committerPierre Joye <pajoye@php.net>2011-06-16 01:21:01 +0000
commit171776447692c876b6250073774519b4dc725f9e (patch)
tree46fef5a843e6a55435297a3fe8fa003437433589 /ext/session/config.w32
parent240653bad73e7f81ca2bc971933de4c4b9a91e33 (diff)
downloadphp-git-171776447692c876b6250073774519b4dc725f9e.tar.gz
- install extra headers
Diffstat (limited to 'ext/session/config.w32')
-rw-r--r--ext/session/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/config.w32 b/ext/session/config.w32
index 27114f11d3..531fed1fb6 100644
--- a/ext/session/config.w32
+++ b/ext/session/config.w32
@@ -6,5 +6,5 @@ ARG_ENABLE("session", "session support", "yes");
if (PHP_SESSION == "yes") {
EXTENSION("session", "session.c mod_files.c mod_mm.c mod_user.c", false /* never shared */);
AC_DEFINE("HAVE_PHP_SESSION", 1, "Session support");
- PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h");
+ PHP_INSTALL_HEADERS("ext/session/", "mod_mm.h php_session.h mod_files.h mod_user.h");
}