mirror of
https://github.com/php/php-src.git
synced 2024-12-02 14:24:10 +08:00
8 lines
164 B
Makefile
8 lines
164 B
Makefile
|
|
LTLIBRARY_NAME = libsapi.la
|
|
LTLIBRARY_SOURCES = sapi_apache.c mod_php4.c php_apache.c
|
|
|
|
EXTRA_INCLUDES = $(APACHE_INCLUDE)
|
|
|
|
include $(top_srcdir)/build/ltlib.mk
|