1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/ext/pgsql/Makefile.in
Sascha Schumann 953fe189da Overall UNIX build system improvements:
* 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)
2000-04-30 03:20:09 +00:00

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