resolve merge conflicts and move timestamp to system field.

This commit is contained in:
Zakir Durumeric
2013-08-29 23:05:53 -04:00
6 changed files with 221 additions and 6 deletions

View File

@ -41,6 +41,12 @@ ifeq ($(REDIS), true)
CFLAGS+=-DREDIS
endif
ifeq ($(JSON), true)
LDLIBS += $(shell pkg-config --libs json-c)
CFLAGS += $(shell pkg-config --cflags json-c) -DJSON
objects+=module_json.o
endif
all: $(TARGETS)
$(TARGETS):