diff options
| author | Philip Kaufmann <[email protected]> | 2013-10-03 15:06:31 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-10-03 15:06:31 +0200 |
| commit | cbf87fc4a675529647e4185837aa03c42e93c91a (patch) | |
| tree | 6be87ce2fec32f9715500a4fb4492a4236e26946 /src/Makefile.am | |
| parent | Merge branch 'pwalletmain' - checking pwalletMain for NULL, (diff) | |
| download | discoin-cbf87fc4a675529647e4185837aa03c42e93c91a.tar.xz discoin-cbf87fc4a675529647e4185837aa03c42e93c91a.zip | |
rename bitcoin-res.rc to bitcoind-res.rc
- helps recognizing that the resource file belongs to bitcoind.exe
Diffstat (limited to 'src/Makefile.am')
| -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 2d5b46c9c..c0687ae2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) |