mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
7 lines
145 B
Makefile
7 lines
145 B
Makefile
|
|
LTLIBRARY_NAME = libbcmath.la
|
|
LTLIBRARY_SOURCES = bcmath.c number.c
|
|
LTLIBRARY_SHARED_NAME = bcmath.la
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|