From 7f3ccb59da31c7b1706ebfbb401910923221f076 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Fri, 11 May 2012 17:00:03 +0200 Subject: Split synchronization mechanisms from util.{h,cpp} --- 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 53fb1f0b8d..5cbf45e98c 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -102,6 +102,7 @@ OBJS= \ obj/bitcoinrpc.o \ obj/rpcdump.o \ obj/script.o \ + obj/sync.o \ obj/util.o \ obj/wallet.o \ obj/walletdb.o \ -- cgit v1.2.3