Mention battery-backed cache under hardware selection options.
[PostgreSQL.git] / contrib / tsearch2 / Makefile
blob9222592340f58d04ce43f15b40a5f97aa63a8dd1
1 # $PostgreSQL$
3 MODULES = tsearch2
4 DATA_built = tsearch2.sql
5 DATA = uninstall_tsearch2.sql
6 REGRESS = tsearch2
8 ifdef USE_PGXS
9 PG_CONFIG = pg_config
10 PGXS := $(shell $(PG_CONFIG) --pgxs)
11 include $(PGXS)
12 else
13 subdir = contrib/tsearch2
14 top_builddir = ../..
15 include $(top_builddir)/src/Makefile.global
16 include $(top_srcdir)/contrib/contrib-global.mk
17 endif