diff options
Diffstat (limited to 'ext/hyperwave/Makefile.am')
-rw-r--r-- | ext/hyperwave/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/hyperwave/Makefile.am b/ext/hyperwave/Makefile.am new file mode 100644 index 0000000000..c5be33e128 --- /dev/null +++ b/ext/hyperwave/Makefile.am @@ -0,0 +1,6 @@ +# $Id$ + +INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend +noinst_LIBRARIES=libphpext_hyperwave.a +libphpext_hyperwave_a_SOURCES=hw.c hg_comm.c + |