diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-17 08:33:00 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-17 09:29:59 +0200 |
| commit | 2eb3c85c9afa9158a263c0b6564d6a67500103f2 (patch) | |
| tree | 351053fe17b18ff1ef8d461c519e4158e5b7a9b2 /src/Makefile.am | |
| parent | Merge pull request #4707 (diff) | |
| parent | build: add option for reducing exports (diff) | |
| download | discoin-2eb3c85c9afa9158a263c0b6564d6a67500103f2.tar.xz discoin-2eb3c85c9afa9158a263c0b6564d6a67500103f2.zip | |
Merge pull request #4663
4975ae1 build: add option for reducing exports (Cory Fields)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eda20ad29..2c00f8b57 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -263,6 +263,7 @@ endif bitcoind_LDADD += $(BOOST_LIBS) $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) bitcoind_CPPFLAGS = $(BITCOIN_INCLUDES) +bitcoind_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) # bitcoin-cli binary # bitcoin_cli_LDADD = \ @@ -300,10 +301,12 @@ endif bitcoin_tx_SOURCES = bitcoin-tx.cpp bitcoin_tx_CPPFLAGS = $(BITCOIN_INCLUDES) # +bitcoin_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) if TARGET_WINDOWS bitcoin_cli_SOURCES += bitcoin-cli-res.rc endif +bitcoin_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) CLEANFILES = leveldb/libleveldb.a leveldb/libmemenv.a *.gcda *.gcno |