surely this will work

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

View File

@ -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