From cc24610fdb30af056964ddeb57808be4b7432f56 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 2 May 2015 15:30:38 +0000 Subject: Update Windows resource files (and add one for bitcoin-tx) --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 72d79619b2..d8858ed29b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -347,6 +347,10 @@ bitcoin_tx_SOURCES = bitcoin-tx.cpp bitcoin_tx_CPPFLAGS = $(BITCOIN_INCLUDES) bitcoin_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +if TARGET_WINDOWS +bitcoin_tx_SOURCES += bitcoin-tx-res.rc +endif + bitcoin_tx_LDADD = \ $(LIBBITCOIN_UNIVALUE) \ $(LIBBITCOIN_COMMON) \ -- cgit v1.2.3