summaryrefslogtreecommitdiff
path: root/ext/hyperwave
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
parent06473e08a525543b30259b55841621b3f8b6eea7 (diff)
downloadphp-git-283b860c588726231efd4c4f1a2a4e65cac18eae.tar.gz
php_new_extension
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)