summaryrefslogtreecommitdiff
path: root/sapi/webjames
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-07 14:20:02 +0000
committerSascha Schumann <sas@php.net>2002-03-07 14:20:02 +0000
commit9d9d39a0de3bec962c343051011f5a2ed7d7b242 (patch)
tree09eb178e4b55da1d73d059067a5ed96ecb2c6464 /sapi/webjames
parent0e17eea049ba7c77351d2166e89524388922ce80 (diff)
downloadphp-git-9d9d39a0de3bec962c343051011f5a2ed7d7b242.tar.gz
Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
Diffstat (limited to 'sapi/webjames')
-rw-r--r--sapi/webjames/Makefile.in5
-rw-r--r--sapi/webjames/config.m43
2 files changed, 1 insertions, 7 deletions
diff --git a/sapi/webjames/Makefile.in b/sapi/webjames/Makefile.in
deleted file mode 100644
index b0dc7f1162..0000000000
--- a/sapi/webjames/Makefile.in
+++ /dev/null
@@ -1,5 +0,0 @@
-
-LTLIBRARY_NAME = libsapi.la
-LTLIBRARY_SOURCES = webjames.c
-
-include $(top_srcdir)/build/ltlib.mk
diff --git a/sapi/webjames/config.m4 b/sapi/webjames/config.m4
index 1e6de60bf5..b7bc225fb2 100644
--- a/sapi/webjames/config.m4
+++ b/sapi/webjames/config.m4
@@ -12,8 +12,7 @@ AC_ARG_WITH(webjames,
echo 'PHP_CFLAGS = -DPHP \$(COMMON_FLAGS) \$(EXTRA_CFLAGS) -I$abs_srcdir/sapi/webjames' >> $WEBJAMES/build/php;"
PHP_WEBJAMES="yes, using $WEBJAMES"
PHP_ADD_INCLUDE($WEBJAMES)
- PHP_BUILD_STATIC
- PHP_SAPI=webjames
+ PHP_SELECT_SAPI(webjames, static, webjames.c)
],[
PHP_WEBJAMES="no"
])