1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/sapi/apache/Makefile.in
2000-02-02 06:09:00 +00:00

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