mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
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
133 B
Makefile
5 lines
133 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES=libphpsapi_cgi.la
|
|
libphpsapi_cgi_la_SOURCES=cgi_main.c
|