working MakeFile

This commit is contained in:
Zakir Durumeric 2013-08-30 01:15:25 -04:00
parent 5aee06935c
commit be62665bb5

View File

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