mirror of
https://github.com/php/php-src.git
synced 2024-12-02 14:24:10 +08:00
3dc7757a99
necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
6 lines
120 B
Makefile
6 lines
120 B
Makefile
# $Id$
|
|
|
|
noinst_LTLIBRARIES=libphpext_session.la
|
|
libphpext_session_la_SOURCES=session.c mod_files.c mod_mm.c mod_user.c
|
|
|