mirror of
https://github.com/php/php-src.git
synced 2026-04-17 13:01:02 +02:00
* Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
10 lines
226 B
Makefile
10 lines
226 B
Makefile
|
|
LTLIBRARY_NAME = libpgsql.la
|
|
LTLIBRARY_SOURCES = pgsql.c
|
|
LTLIBRARY_SHARED_NAME = pgsql.la
|
|
LTLIBRARY_SHARED_LIBADD = $(PGSQL_LFLAGS) $(PGSQL_LIBS)
|
|
|
|
EXTRA_INCLUDES = $(PGSQL_INCLUDE)
|
|
|
|
include $(top_srcdir)/build/ltlib.mk
|