X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=sql%2FMakefile;fp=sql%2FMakefile;h=0000000000000000000000000000000000000000;hp=ef5486d8a21ede85b324ea2ac37b031c56eb761a;hb=b2272ef16fe0e6aa9b769f4517e9fe7177e3f444;hpb=bf6318c60bd05043800c698a6b14f6aaa17a4824 diff --git a/sql/Makefile b/sql/Makefile deleted file mode 100755 index ef5486d..0000000 --- a/sql/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -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)