mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
7 lines
258 B
Makefile
7 lines
258 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
APACHE_INCLUDE=@APACHE_INCLUDE@
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/Zend $(APACHE_INCLUDE)
|
|
noinst_LTLIBRARIES=libphpsapi_apache.la
|
|
libphpsapi_apache_la_SOURCES=sapi_apache.c mod_php4.c
|