Skip to content

Commit

Permalink
rename bitcoin-res.rc to bitcoind-res.rc
Browse files Browse the repository at this point in the history
- helps recognizing that the resource file belongs to bitcoind.exe
  • Loading branch information
Philip Kaufmann committed Oct 3, 2013
1 parent 19e5ae7 commit cbf87fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.

0 comments on commit cbf87fc

Please sign in to comment.