diff options
author | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-11 18:05:49 -0700 |
---|---|---|
committer | Gregory Maxwell <gmaxwell@gmail.com> | 2012-05-11 18:05:49 -0700 |
commit | c05271901a7aafdd433da14d3d1c290419a28a77 (patch) | |
tree | bc11ae08c943beace365478ed1c6c415c812e9f2 /src/makefile.osx | |
parent | b34c5f3c0f4b37335e27bd67f554cf4df6976116 (diff) | |
parent | 7f3ccb59da31c7b1706ebfbb401910923221f076 (diff) |
Merge pull request #1260 from sipa/splitsync
Split synchronization mechanisms from util.{h,cpp}
Diffstat (limited to 'src/makefile.osx')
-rw-r--r-- | src/makefile.osx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index eb9ae4ba7f..b3afaa8e34 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -85,6 +85,7 @@ OBJS= \ obj/bitcoinrpc.o \ obj/rpcdump.o \ obj/script.o \ + obj/sync.o \ obj/util.o \ obj/wallet.o \ obj/walletdb.o \ |