mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
7 lines
175 B
Makefile
7 lines
175 B
Makefile
|
|
LTLIBRARY_NAME = libdbase.la
|
|
LTLIBRARY_SOURCES = dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c
|
|
LTLIBRARY_SHARED_NAME = dbase.la
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|