]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - sql/Makefile
Fix some logic when modifying scalars and simplify simple text deletion.
[postgresql/pg_jsonb_opx] / sql / Makefile
diff --git a/sql/Makefile b/sql/Makefile
deleted file mode 100755 (executable)
index ef5486d..0000000
+++ /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)