From: Sascha Schumann Date: Thu, 7 Oct 1999 18:46:40 +0000 (+0000) Subject: nsapi => aolserver changes X-Git-Tag: php-4.0b3_RC2~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a6d170dc01f9a820327a5813119c126c8fda2c1;p=php nsapi => aolserver changes --- diff --git a/sapi/aolserver/Makefile.am b/sapi/aolserver/Makefile.am index 7a3c745808..69c9b7326c 100644 --- a/sapi/aolserver/Makefile.am +++ b/sapi/aolserver/Makefile.am @@ -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 diff --git a/sapi/aolserver/config.m4 b/sapi/aolserver/config.m4 index f96659f3f9..1ca096ecda 100644 --- a/sapi/aolserver/config.m4 +++ b/sapi/aolserver/config.m4 @@ -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