]> granicus.if.org Git - php/commitdiff
nsapi => aolserver changes
authorSascha Schumann <sas@php.net>
Thu, 7 Oct 1999 18:46:40 +0000 (18:46 +0000)
committerSascha Schumann <sas@php.net>
Thu, 7 Oct 1999 18:46:40 +0000 (18:46 +0000)
sapi/aolserver/Makefile.am
sapi/aolserver/config.m4

index 7a3c745808c765fa8ce74dfafc0ec2c4384ac5f9..69c9b7326c02381a706312cdcd1fd7649a422743 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
-noinst_LTLIBRARIES=libphpsapi_nsapi.la
-libphpsapi_nsapi_la_SOURCES=aolserver.c
+noinst_LTLIBRARIES=libphpsapi_aolserver.la
+libphpsapi_aolserver_la_SOURCES=aolserver.c
index f96659f3f9ad87c4c67aa82c698908448218b726..1ca096ecda8b712070ecd14949edae1c7cd28545 100644 (file)
@@ -13,7 +13,7 @@ AC_ARG_WITH(aolserver,
        NS_DIR=$withval
        AC_ADD_INCLUDE($NS_DIR/include)
        AC_DEFINE(HAVE_AOLSERVER)
-       PHP_SAPI=nsapi
+       PHP_SAPI=aolserver
        PHP_BUILD_SHARED
        INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 libs/libphp4.so $NS_DIR/root/bin/libphp4.so"
        RESULT=yes