make now works with default json-c install
This commit is contained in:
parent
fde456e592
commit
7ad015dc73
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user