diff options
author | Sascha Schumann <sas@php.net> | 1999-10-07 18:46:40 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-10-07 18:46:40 +0000 |
commit | 2a6d170dc01f9a820327a5813119c126c8fda2c1 (patch) | |
tree | 30228618d38e6b84de9647f13023932679f798e5 /sapi | |
parent | 743b3851b13cedf17f7ad9582c5c224ba0cbd772 (diff) | |
download | php-git-2a6d170dc01f9a820327a5813119c126c8fda2c1.tar.gz |
nsapi => aolserver changes
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/aolserver/Makefile.am | 4 | ||||
-rw-r--r-- | sapi/aolserver/config.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
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 |