Restore initdb's old behavior of always setting the lc_xxx GUCs.
[pgsql.git] / contrib / oid2name / Makefile
blob6179ed594cf92425a37242198d7f2a839ca41c6f
1 # contrib/oid2name/Makefile
3 PGFILEDESC = "oid2name - examine the file structure"
4 PGAPPICON = win32
6 PROGRAM = oid2name
7 OBJS = \
8 $(WIN32RES) \
9 oid2name.o
11 TAP_TESTS = 1
13 PG_CPPFLAGS = -I$(libpq_srcdir)
14 PG_LIBS_INTERNAL = $(libpq_pgport)
16 ifdef USE_PGXS
17 PG_CONFIG = pg_config
18 PGXS := $(shell $(PG_CONFIG) --pgxs)
19 include $(PGXS)
20 else
21 subdir = contrib/oid2name
22 top_builddir = ../..
23 include $(top_builddir)/src/Makefile.global
24 include $(top_srcdir)/contrib/contrib-global.mk
25 endif