Remove leftover code in deconstruct_distribute_oj_quals().
[pgsql.git] / contrib / auto_explain / Makefile
blobefd127d3cae640904124590ebbd073aff5b729b0
1 # contrib/auto_explain/Makefile
3 MODULE_big = auto_explain
4 OBJS = \
5 $(WIN32RES) \
6 auto_explain.o
7 PGFILEDESC = "auto_explain - logging facility for execution plans"
9 TAP_TESTS = 1
11 ifdef USE_PGXS
12 PG_CONFIG = pg_config
13 PGXS := $(shell $(PG_CONFIG) --pgxs)
14 include $(PGXS)
15 else
16 subdir = contrib/auto_explain
17 top_builddir = ../..
18 include $(top_builddir)/src/Makefile.global
19 include $(top_srcdir)/contrib/contrib-global.mk
20 endif