summaryrefslogtreecommitdiff
path: root/ext/hyperwave/config.m4
diff options
context:
space:
mode:
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)