diff options
Diffstat (limited to 'ext/bcmath/Makefile.am')
-rw-r--r-- | ext/bcmath/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/bcmath/Makefile.am b/ext/bcmath/Makefile.am new file mode 100644 index 0000000000..b5f9acdee0 --- /dev/null +++ b/ext/bcmath/Makefile.am @@ -0,0 +1,5 @@ +# $Id$ + +INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend +noinst_LIBRARIES=libphpext_bcmath.a +libphpext_bcmath_a_SOURCES=bcmath.c number.c |