prevent MSVS warning
[plantuner.git] / Makefile
1 MODULE_big = plantuner
2 DOCS = README.plantuner
3 REGRESS = plantuner
4 OBJS=plantuner.o
5
6 ifdef USE_PGXS
7 PGXS = $(shell pg_config --pgxs)
8 include $(PGXS)
9 else
10 subdir = contrib/plantuner
11 top_builddir = ../..
12 include $(top_builddir)/src/Makefile.global
13
14 include $(top_srcdir)/contrib/contrib-global.mk
15 endif