X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=sql%2FMakefile;fp=sql%2FMakefile;h=ef5486d8a21ede85b324ea2ac37b031c56eb761a;hp=0000000000000000000000000000000000000000;hb=bf6318c60bd05043800c698a6b14f6aaa17a4824;hpb=4182f8ab210feedbd7d146aa2c6c6fa77ba4962f diff --git a/sql/Makefile b/sql/Makefile new file mode 100755 index 0000000..ef5486d --- /dev/null +++ b/sql/Makefile @@ -0,0 +1,11 @@ +MODULE_big = jsonb_opx +DATA = jsonb_opx--1.0.sql jsonb_opx--1.1.sql jsonb_opx--1.0--1.1.sql +OBJS = jsonb_opx.o jsonb_utilsx.o +DOCS = README.md + +EXTENSION = jsonb_opx +REGRESS = jsonb_opx + +PG_CONFIG = pg_config +PGXS := $(shell $(PG_CONFIG) --pgxs) +include $(PGXS)