summaryrefslogtreecommitdiff
path: root/contrib/stormstats/Makefile
blob: 961489a501384b51c53549f10595ad27b50032c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MODULE_big = stormstats
OBJS	= stormstats.o

EXTENSION = stormstats
DATA = stormstats--1.0.sql stormstats--unpackaged--1.0.sql

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