Refactor: move alert code from main to alert.cpp/h

This commit is contained in:
Gavin Andresen
2012-08-28 17:04:54 -04:00
parent 06707dd610
commit f35c6c4fb9
10 changed files with 348 additions and 293 deletions

View File

@@ -70,6 +70,7 @@ CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
$(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
OBJS= \
obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \