From f35c6c4fb9d1f06c1ba186c49b582c820679a18c Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 28 Aug 2012 17:04:54 -0400 Subject: Refactor: move alert code from main to alert.cpp/h --- src/makefile.unix | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile.unix') diff --git a/src/makefile.unix b/src/makefile.unix index ac42743d8e..37a1917973 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -101,6 +101,7 @@ xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-para xLDFLAGS=$(LDHARDENING) $(LDFLAGS) OBJS= \ + obj/alert.o \ obj/version.o \ obj/checkpoints.o \ obj/netbase.o \ -- cgit v1.2.3