aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-09-05 11:38:38 -0400
committerGavin Andresen <[email protected]>2012-09-05 11:38:38 -0400
commit91c218a1cb3fe30bc26d4e0ef1e3d6be24d7904e (patch)
treec34d5ebcb87fce3d7feb4f6df960fdc84602705b /src/makefile.linux-mingw
parentUpdate gitian build setup notes (diff)
parentGive testnet it's own alert key. (diff)
downloaddiscoin-91c218a1cb3fe30bc26d4e0ef1e3d6be24d7904e.tar.xz
discoin-91c218a1cb3fe30bc26d4e0ef1e3d6be24d7904e.zip
Merge branch 'testnet_alert' of git://github.com/gavinandresen/bitcoin-git
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 828ddfe58..4ba0cf06f 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -56,6 +56,7 @@ LIBS += -l mingwthrd -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l w
HEADERS = $(wildcard *.h)
OBJS= \
+ obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \