mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
10 lines
219 B
Makefile
10 lines
219 B
Makefile
|
|
LTLIBRARY_NAME = libpgsql.la
|
|
LTLIBRARY_SOURCES = pgsql.c
|
|
LTLIBRARY_SHARED_NAME = pgsql.la
|
|
LTLIBRARY_SHARED_LIBADD = $(PGSQL_SHARED_LIBADD)
|
|
|
|
EXTRA_INCLUDES = $(PGSQL_INCLUDE)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|