aboutsummaryrefslogtreecommitdiff
path: root/contrib/dbsize/Makefile
blob: 7beb6ba5642c62e23c7d0eb9d9e344d5911a6892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MODULES = dbsize
DATA_built = dbsize.sql
DOCS = README.dbsize

ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/dbsize
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif