X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=Makefile;fp=Makefile;h=eb2fdf8eef79ae1a9eaa73d1eea6d820359432e2;hp=1ebceac3ac72a66f904ff750b080c99c49941f2b;hb=e2840e3440d9e747a96430aa32208bdec9b0450e;hpb=eeec9a82f053ea71be517d39ddc4c25fccfa5579 diff --git a/Makefile b/Makefile index 1ebceac..eb2fdf8 100755 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ DATA_built = jsonb_opx.sql OBJS = jsonb_opx.o DOCS = README.md +REGRESS = jsonb_opx + PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)