Skip to content

Commit

Permalink
Move libbitcoin-watcher into abcd
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Jul 16, 2015
1 parent 48c2e46 commit b58f70b
Show file tree
Hide file tree
Showing 10 changed files with 1,000 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ WORK_DIR ?= build
# Compiler options:
CFLAGS += -D_GNU_SOURCE -DDEBUG -g -Wall -fPIC -std=c99
CXXFLAGS += -D_GNU_SOURCE -DDEBUG -g -Wall -fPIC -std=c++11
deps = jansson libbitcoin-watcher libgit2 libqrencode libsecp256k1 libssl libwallet protobuf-lite zlib
deps = jansson libbitcoin-client libgit2 libqrencode libsecp256k1 libssl libwallet protobuf-lite zlib
LIBS := $(shell pkg-config --libs --static $(deps)) \
-lsodium \
-lcsv -lcurl -lm
Expand Down

0 comments on commit b58f70b

Please sign in to comment.