Browse Source

- install extra headers

pull/271/head
Pierre Joye 15 years ago
parent
commit
1717764476
  1. 2
      ext/session/config.w32

2
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");
}
Loading…
Cancel
Save