# ts_json/Makefile

MODULE_big = ts_json
OBJS = ts_json.o $(WIN32RES)

EXTENSION = ts_json
DATA = ts_json--1.0.sql
PGFILEDESC = "ts_json - functions to full text search with json[b]"

REGRESS = ts_json

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = contrib/ts_json
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
