aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-05-11 17:00:03 +0200
committerPieter Wuille <[email protected]>2012-05-11 18:13:51 +0200
commit7f3ccb59da31c7b1706ebfbb401910923221f076 (patch)
tree4eaa4921ece1957d014791e52d8e02ccb95a8e2f /src/makefile.linux-mingw
parentUse polling instead of boost's broken semaphore on OSX (diff)
downloaddiscoin-7f3ccb59da31c7b1706ebfbb401910923221f076.tar.xz
discoin-7f3ccb59da31c7b1706ebfbb401910923221f076.zip
Split synchronization mechanisms from util.{h,cpp}
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 645f0a16e..cc33bc0bc 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -61,6 +61,7 @@ OBJS= \
obj/bitcoinrpc.o \
obj/rpcdump.o \
obj/script.o \
+ obj/sync.o \
obj/util.o \
obj/wallet.o \
obj/walletdb.o \