mirror of
https://github.com/php/php-src.git
synced 2026-04-06 15:43:13 +02: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
|