summaryrefslogtreecommitdiff
path: root/ext/hyperwave/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-03-12 16:53:19 +0000
committerSascha Schumann <sas@php.net>2002-03-12 16:53:19 +0000
commit283b860c588726231efd4c4f1a2a4e65cac18eae (patch)
tree3ef8d8eb62014ee243275d98372aef1180949a3e /ext/hyperwave/config.m4
parent06473e08a525543b30259b55841621b3f8b6eea7 (diff)
downloadphp-git-283b860c588726231efd4c4f1a2a4e65cac18eae.tar.gz
php_new_extension
Diffstat (limited to 'ext/hyperwave/config.m4')
-rw-r--r--ext/hyperwave/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/config.m4 b/ext/hyperwave/config.m4
index 45391481bc..9e5a31cc6d 100644
--- a/ext/hyperwave/config.m4
+++ b/ext/hyperwave/config.m4
@@ -9,7 +9,7 @@ AC_ARG_WITH(hyperwave,
if test "$withval" != "no"; then
AC_DEFINE(HYPERWAVE,1,[ ])
AC_MSG_RESULT(yes)
- PHP_EXTENSION(hyperwave)
+ PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c)
else
AC_DEFINE(HYPERWAVE,0,[ ])
AC_MSG_RESULT(no)