X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=Makefile;h=ef5486d8a21ede85b324ea2ac37b031c56eb761a;hp=eb2fdf8eef79ae1a9eaa73d1eea6d820359432e2;hb=4df8c5cd073dfd908019ebc307918b8e7102e0a6;hpb=b8dfa25546ebb28f797c3504751f4dbec3a79b14 diff --git a/Makefile b/Makefile index eb2fdf8..ef5486d 100755 --- 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