summaryrefslogtreecommitdiff
path: root/ext/hyperwave
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hyperwave')
-rw-r--r--ext/hyperwave/Makefile.in5
-rw-r--r--ext/hyperwave/config.m42
2 files changed, 1 insertions, 6 deletions
diff --git a/ext/hyperwave/Makefile.in b/ext/hyperwave/Makefile.in
deleted file mode 100644
index b66d82cfda..0000000000
--- a/ext/hyperwave/Makefile.in
+++ /dev/null
@@ -1,5 +0,0 @@
-
-LTLIBRARY_NAME = libhyperwave.la
-LTLIBRARY_SOURCES = hw.c hg_comm.c
-
-include $(top_srcdir)/build/dynlib.mk
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)