OSDN Git Service

Avoid using trivial usernames in foreign_data regression test.
[pg-rex/syncrep.git] / contrib / auto_explain / Makefile
1 # $PostgreSQL: pgsql/contrib/auto_explain/Makefile,v 1.1 2008/11/19 02:59:28 tgl Exp $
2
3 MODULE_big = auto_explain
4 OBJS = auto_explain.o
5
6 ifdef USE_PGXS
7 PG_CONFIG = pg_config
8 PGXS := $(shell $(PG_CONFIG) --pgxs)
9 include $(PGXS)
10 else
11 subdir = contrib/auto_explain
12 top_builddir = ../..
13 include $(top_builddir)/src/Makefile.global
14 include $(top_srcdir)/contrib/contrib-global.mk
15 endif