1 # contrib/postgres_fdw/Makefile
3 MODULE_big
= postgres_fdw
11 PGFILEDESC
= "postgres_fdw - foreign data wrapper for PostgreSQL"
13 PG_CPPFLAGS
= -I
$(libpq_srcdir
)
14 SHLIB_LINK_INTERNAL
= $(libpq
)
16 EXTENSION
= postgres_fdw
17 DATA
= postgres_fdw--1.0.sql postgres_fdw--1.0
--1.1.sql postgres_fdw--1.1
--1.2.sql
19 REGRESS
= postgres_fdw query_cancel
23 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
26 SHLIB_PREREQS
= submake-libpq
27 subdir
= contrib
/postgres_fdw
29 include $(top_builddir
)/src
/Makefile.global
30 include $(top_srcdir
)/contrib
/contrib-global.mk