mirror of
https://github.com/php/php-src.git
synced 2024-12-16 13:26:19 +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
73 B
Makefile
6 lines
73 B
Makefile
# $Id$
|
|
|
|
noinst_LTLIBRARIES=libphpext_yp.la
|
|
libphpext_yp_la_SOURCES=yp.c
|
|
|