mirror of
https://github.com/php/php-src.git
synced 2026-04-04 22:52:40 +02:00
extensions you are including. Got rid of configure.in.in. Moved the last Apache-specific files into sapi/apache and made both static and DSO build work again (it still doesn't run properly).
7 lines
241 B
Makefile
7 lines
241 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
APACHE_INCLUDE=@APACHE_INCLUDE@
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend $(APACHE_INCLUDE)
|
|
noinst_LIBRARIES=libphpsapi_apache.a
|
|
libphpsapi_apache_a_SOURCES=apache.c
|