working MakeFile
This commit is contained in:
parent
5aee06935c
commit
be62665bb5
@ -42,8 +42,8 @@ ifeq ($(REDIS), true)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(JSON), true)
|
ifeq ($(JSON), true)
|
||||||
LDLIBS += $(shell pkg-config --libs json-c)
|
LDLIBS+=-ljson
|
||||||
CFLAGS += $(shell pkg-config --cflags json-c) -DJSON
|
CFLAGS+=-DJSON
|
||||||
objects+=module_json.o
|
objects+=module_json.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user