rename bitcoin-res.rc to bitcoind-res.rc

- helps recognizing that the resource file belongs to bitcoind.exe
This commit is contained in:
Philip Kaufmann 2013-10-03 15:06:31 +02:00
parent 19e5ae7369
commit cbf87fc4a6
2 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,7 @@ bitcoind_SOURCES = bitcoind.cpp
#
if TARGET_WINDOWS
bitcoind_SOURCES += bitcoin-res.rc
bitcoind_SOURCES += bitcoind-res.rc
endif
AM_CPPFLAGS += $(BDB_CPPFLAGS)