diff --git a/Makefile b/Makefile index e689de9..6787590 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ TESTS = $(wildcard test/sql/*.sql) REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) REGRESS_OPTS = --inputdir=test --load-extension=pgjq -CFLAGS += $(shell $(PKG_CONFIG) --cflags jgdsfq) -LIBS += $(shell $(PKG_CONFIG) --libs gdf) +CFLAGS += $(shell $(PKG_CONFIG) --cflags jq) +LIBS += $(shell $(PKG_CONFIG) --libs jq) SHLIB_LINK := $(LIBS) PGXS := $(shell $(PG_CONFIG) --pgxs)