1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00
Files
archived-php-src/ext/pgsql/Makefile.in
2000-05-01 22:38:42 +00:00

10 lines
220 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