diff options
author | Ben Mansell <joosters@php.net> | 2001-03-19 11:03:29 +0000 |
---|---|---|
committer | Ben Mansell <joosters@php.net> | 2001-03-19 11:03:29 +0000 |
commit | 08df6f9b675041fca86f6854a567a9a09ffcbdad (patch) | |
tree | 51cee017edb00d0ba5ce5d14397afdee329110b6 /Makefile.in | |
parent | d8f3ea791a6e84c91a192149be8c750d8733942f (diff) | |
download | php-git-08df6f9b675041fca86f6854a567a9a09ffcbdad.tar.gz |
@ New FastCGI server module
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 81d2b7a600..6968ba80fc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) $(EXTRA_LIBS) PROGRAM_NAME = php PROGRAM_SOURCES = stub.c -PROGRAM_LDADD = libphp4.la +PROGRAM_LDADD = libphp4.la $(EXT_PROGRAM_LDADD) PROGRAM_LDFLAGS = -export-dynamic PROGRAM_DEPENDENCIES = $(PROGRAM_LDADD) |