mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
6 lines
148 B
Makefile
6 lines
148 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/Zend
|
|
noinst_LTLIBRARIES=libphpext_bcmath.la
|
|
libphpext_bcmath_la_SOURCES=bcmath.c number.c
|