diff options
| author | Cory Fields <[email protected]> | 2015-10-08 00:09:44 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-10-09 11:38:05 +0200 |
| commit | 3b1279fdb269727f4fd964df0c238401467930ea (patch) | |
| tree | 890f87ab0f623887996d3e2140b4d015a81ba846 /src | |
| parent | Merge commit '313e7f5c89d6e72e06efe9255089765b4c5815fe' into HEAD (diff) | |
| download | discoin-3b1279fdb269727f4fd964df0c238401467930ea.tar.xz discoin-3b1279fdb269727f4fd964df0c238401467930ea.zip | |
build: match upstream build change
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0654ff422..605031eb4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,7 @@ LIBBITCOIN_UTIL=libbitcoin_util.a LIBBITCOIN_CRYPTO=crypto/libbitcoin_crypto.a LIBBITCOINQT=qt/libbitcoinqt.a LIBSECP256K1=secp256k1/libsecp256k1.la -LIBUNIVALUE=univalue/lib/libunivalue.la +LIBUNIVALUE=univalue/libunivalue.la $(LIBSECP256K1): $(wildcard secp256k1/src/*) $(wildcard secp256k1/include/*) $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F) |