mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
7 lines
130 B
Makefile
7 lines
130 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_xml.a
|
|
libphpext_xml_a_SOURCES=xml.c
|
|
|