]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - Makefile
Had a play at making the following changes today, some will be a bit ugly as just...
[postgresql/pg_jsonb_opx] / Makefile
index eb2fdf8eef79ae1a9eaa73d1eea6d820359432e2..ef5486d8a21ede85b324ea2ac37b031c56eb761a 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
-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