php-src/sapi/apache2filter/Makefile.in
Sascha Schumann 802d716c0d Update README
Make Apache-related functions build

Add get_all_headers()

Fix segfault when SAPI outputs strings of length 0

Move request ctor/dtor into their own functions
2000-11-11 18:24:27 +00:00

8 lines
173 B
Makefile

LTLIBRARY_NAME = libsapi.la
LTLIBRARY_SOURCES = sapi_apache2.c apache_config.c php_functions.c
EXTRA_INCLUDES = $(APACHE_INCLUDE)
include $(top_srcdir)/build/ltlib.mk