mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02: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)
7 lines
132 B
Makefile
7 lines
132 B
Makefile
# $Id$
|
|
|
|
noinst_LTLIBRARIES=libphpext_dba.la
|
|
libphpext_dba_la_SOURCES=dba.c dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c \
|
|
dba_ndbm.c
|
|
|