diff --git a/src/Makefile b/src/Makefile index 3b53557..b897a2b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -43,8 +43,8 @@ ifeq ($(REDIS), true) endif ifeq ($(JSON), true) - LDLIBS+=-ljson -ljson-c - CFLAGS+=-DJSON -I/usr/local/include/json/ + LDLIBS+=-L/usr/local/lib -ljson-c + CFLAGS+=-DJSON -I/usr/local/include/json-c objects+=module_json.o endif