Add missing HOUR TO SECOND option to list of possible INTERVAL field sets,
[PostgreSQL.git] / contrib / pgbench / Makefile
blobc8f8ce6f74ecbf83ffb6a39a6327edb14960dd26
1 # $PostgreSQL$
3 PROGRAM = pgbench
4 OBJS = pgbench.o
6 PG_CPPFLAGS = -I$(libpq_srcdir)
7 PG_LIBS = $(libpq_pgport)
9 ifdef USE_PGXS
10 PG_CONFIG = pg_config
11 PGXS := $(shell $(PG_CONFIG) --pgxs)
12 include $(PGXS)
13 else
14 subdir = contrib/pgbench
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17 include $(top_srcdir)/contrib/contrib-global.mk
18 endif