surely this will work
This commit is contained in:
parent
7ad015dc73
commit
e02ac4eb0b
@ -43,8 +43,8 @@ ifeq ($(REDIS), true)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(JSON), true)
|
ifeq ($(JSON), true)
|
||||||
LDLIBS+=-ljson -ljson-c
|
LDLIBS+=-L/usr/local/lib -ljson-c
|
||||||
CFLAGS+=-DJSON -I/usr/local/include/json/
|
CFLAGS+=-DJSON -I/usr/local/include/json-c
|
||||||
objects+=module_json.o
|
objects+=module_json.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user