]> granicus.if.org Git - postgresql/blob - contrib/citext/Makefile
Reduce messages about implicit indexes and sequences to DEBUG1.
[postgresql] / contrib / citext / Makefile
1 # contrib/citext/Makefile
2
3 MODULES = citext
4
5 EXTENSION = citext
6 DATA = citext--1.0.sql citext--unpackaged--1.0.sql
7
8 REGRESS = citext
9
10 ifdef USE_PGXS
11 PG_CONFIG = pg_config
12 PGXS := $(shell $(PG_CONFIG) --pgxs)
13 include $(PGXS)
14 else
15 subdir = contrib/citext
16 top_builddir = ../..
17 include $(top_builddir)/src/Makefile.global
18 include $(top_srcdir)/contrib/contrib-global.mk
19 endif