]> granicus.if.org Git - postgresql/blob - contrib/adminpack/Makefile
pgindent run before PG 9.1 beta 1.
[postgresql] / contrib / adminpack / Makefile
1 # contrib/adminpack/Makefile
2
3 MODULE_big = adminpack
4 OBJS = adminpack.o
5 PG_CPPFLAGS = -I$(libpq_srcdir)
6
7 EXTENSION = adminpack
8 DATA = adminpack--1.0.sql
9
10 ifdef USE_PGXS
11 PG_CONFIG = pg_config
12 PGXS := $(shell $(PG_CONFIG) --pgxs)
13 include $(PGXS)
14 else
15 subdir = contrib/adminpack
16 top_builddir = ../..
17 include $(top_builddir)/src/Makefile.global
18 include $(top_srcdir)/contrib/contrib-global.mk
19 endif