From e02ac4eb0bb382012072eaf89a869d1ac24bf69d Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 2 Sep 2013 15:44:15 -0400 Subject: [PATCH] surely this will work --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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