mirror of
https://github.com/php/php-src.git
synced 2026-04-12 18:43:37 +02:00
7 lines
171 B
Makefile
7 lines
171 B
Makefile
|
|
LTLIBRARY_NAME = libdbx.la
|
|
LTLIBRARY_SOURCES = dbx.c dbx_mysql.c dbx_odbc.c dbx_pgsql.c dbx_mssql.c
|
|
LTLIBRARY_SHARED_NAME = dbx.la
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|