mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
13 lines
248 B
Makefile
13 lines
248 B
Makefile
|
|
DEPTH = ../..
|
|
topsrcdir = @topsrcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
LTLIBRARY_NAME = libsapi.la
|
|
LTLIBRARY_SOURCES = sapi_apache.c mod_php4.c php_apache.c
|
|
|
|
EXTRA_INCLUDES = $(APACHE_INCLUDE)
|
|
|
|
include $(topsrcdir)/build/ltlib.mk
|