surely this will work
This commit is contained in:
parent
7ad015dc73
commit
e02ac4eb0b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user