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

View File

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