diff options
Diffstat (limited to 'ext/bcmath')
| -rw-r--r-- | ext/bcmath/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/Makefile.am b/ext/bcmath/Makefile.am index b5f9acdee0..e73bafce78 100644 --- a/ext/bcmath/Makefile.am +++ b/ext/bcmath/Makefile.am @@ -1,5 +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 +noinst_LTLIBRARIES=libphpext_bcmath.la +libphpext_bcmath_la_SOURCES=bcmath.c number.c |
