summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath')
-rw-r--r--ext/bcmath/Makefile.am5
-rw-r--r--ext/bcmath/Makefile.in11
2 files changed, 11 insertions, 5 deletions
diff --git a/ext/bcmath/Makefile.am b/ext/bcmath/Makefile.am
deleted file mode 100644
index 762104ad75..0000000000
--- a/ext/bcmath/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-# $Id$
-
-INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/Zend
-noinst_LTLIBRARIES=libphpext_bcmath.la
-libphpext_bcmath_la_SOURCES=bcmath.c number.c
diff --git a/ext/bcmath/Makefile.in b/ext/bcmath/Makefile.in
new file mode 100644
index 0000000000..63953d35e0
--- /dev/null
+++ b/ext/bcmath/Makefile.in
@@ -0,0 +1,11 @@
+
+DEPTH = ../..
+topsrcdir = @topsrcdir@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+LTLIBRARY_NAME = libbcmath.la
+LTLIBRARY_SOURCES = bcmath.c number.c
+
+include $(topsrcdir)/build/ltlib.mk
+