aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-08-28 17:04:54 -0400
committerGavin Andresen <[email protected]>2012-08-28 17:04:54 -0400
commitf35c6c4fb9d1f06c1ba186c49b582c820679a18c (patch)
tree44548e9aff5e64cacfc3f49a794eaf918674f7d6 /src/makefile.unix
parentMerge pull request #1741 from freewil/release-notes-remove-i2p (diff)
downloaddiscoin-f35c6c4fb9d1f06c1ba186c49b582c820679a18c.tar.xz
discoin-f35c6c4fb9d1f06c1ba186c49b582c820679a18c.zip
Refactor: move alert code from main to alert.cpp/h
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index ac42743d8..37a191797 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 \