mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
18 lines
411 B
Makefile
18 lines
411 B
Makefile
# $Header: /cvsroot/pgsql/contrib/dblink/Makefile,v 1.6 2002/09/03 04:01:05 tgl Exp $
|
|
|
|
subdir = contrib/dblink
|
|
top_builddir = ../..
|
|
include $(top_builddir)/src/Makefile.global
|
|
|
|
MODULE_big = dblink
|
|
PG_CPPFLAGS = -I$(libpq_srcdir)
|
|
OBJS = dblink.o
|
|
SHLIB_LINK = $(libpq)
|
|
|
|
DATA_built = dblink.sql
|
|
DOCS = README.dblink
|
|
|
|
EXTRA_CLEAN = dblink.test.out dblink.test.diff
|
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|