summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'sapi')
-rw-r--r--sapi/aolserver/Makefile.am4
-rw-r--r--sapi/aolserver/config.m42
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