1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00
Files
archived-php-src/ext/msql/Makefile.in
2000-05-23 23:24:05 +00:00

8 lines
182 B
Makefile

LTLIBRARY_NAME = libmsql.la
LTLIBRARY_SOURCES = php_msql.c
LTLIBRARY_SHARED_NAME = msql.la
LTLIBRARY_SHARED_LIBADD = $(MSQL_SHARED_LIBADD)
include $(top_srcdir)/build/dynlib.mk