]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - Makefile
Raise an error if un implemented append function called.
[postgresql/pg_jsonb_opx] / Makefile
index 1ebceac3ac72a66f904ff750b080c99c49941f2b..ef5486d8a21ede85b324ea2ac37b031c56eb761a 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
-MODULES = jsonb_opx
-DATA_built = jsonb_opx.sql
-OBJS = jsonb_opx.o
+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)