php-src/sapi/apache2filter/Makefile.in
Sascha Schumann d504de0f78 An Apache 2.0 Filter for PHP, completely from scratch.
TODO:

	POST, cookies, "flushing", finalizing config framework (it works),
	http auth, PHP Hooks (apache_sub_req is there).

Note that this code depends on some other commits which are pending.
2000-10-26 17:55:05 +00:00

8 lines
157 B
Makefile

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