]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blob - Makefile
Had a play at making the following changes today, some will be a bit ugly as just...
[postgresql/pg_jsonb_opx] / Makefile
1 MODULE_big = jsonb_opx
2 DATA = jsonb_opx--1.0.sql jsonb_opx--1.1.sql jsonb_opx--1.0--1.1.sql
3 OBJS = jsonb_opx.o jsonb_utilsx.o
4 DOCS = README.md
5
6 EXTENSION = jsonb_opx
7 REGRESS = jsonb_opx
8
9 PG_CONFIG = pg_config
10 PGXS := $(shell $(PG_CONFIG) --pgxs)
11 include $(PGXS)