Use a safer outfuncs/readfuncs representation for BitStrings.
[pgsql.git] / contrib / dict_int / Makefile
blob2ff1bdbbb7d95301a0402c655e224ccf2cd6d3f2
1 # contrib/dict_int/Makefile
3 MODULE_big = dict_int
4 OBJS = \
5 $(WIN32RES) \
6 dict_int.o
8 EXTENSION = dict_int
9 DATA = dict_int--1.0.sql
10 PGFILEDESC = "dict_int - add-on dictionary template for full-text search"
12 REGRESS = dict_int
14 ifdef USE_PGXS
15 PG_CONFIG = pg_config
16 PGXS := $(shell $(PG_CONFIG) --pgxs)
17 include $(PGXS)
18 else
19 subdir = contrib/dict_int
20 top_builddir = ../..
21 include $(top_builddir)/src/Makefile.global
22 include $(top_srcdir)/contrib/contrib-global.mk
23 endif