make now works with default json-c install

This commit is contained in:
Eric 2013-09-02 15:30:21 -04:00
parent fde456e592
commit 7ad015dc73
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ ifeq ($(REDIS), true)
endif
ifeq ($(JSON), true)
LDLIBS+=-ljson
CFLAGS+=-DJSON
LDLIBS+=-ljson -ljson-c
CFLAGS+=-DJSON -I/usr/local/include/json/
objects+=module_json.o
endif