Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / contrib / pg_freespacemap / Makefile
blob8ff117018f2744c53fc762b01a78f8c31548c643
1 # $PostgreSQL$
3 MODULE_big = pg_freespacemap
4 OBJS = pg_freespacemap.o
6 DATA_built = pg_freespacemap.sql
7 DATA = uninstall_pg_freespacemap.sql
9 ifdef USE_PGXS
10 PG_CONFIG = pg_config
11 PGXS := $(shell $(PG_CONFIG) --pgxs)
12 include $(PGXS)
13 else
14 subdir = contrib/pg_freespacemap
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17 include $(top_srcdir)/contrib/contrib-global.mk
18 endif