mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14: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)
5 lines
134 B
Makefile
5 lines
134 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LIBRARIES=libphpsapi_isapi.a
|
|
libphpsapi_isapi_a_SOURCES=php4isapi.c
|