aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2011-07-13 04:14:16 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2011-07-13 04:14:16 -0700
commit225e60ce34d8756f23e7e76b545131601f60e1dc (patch)
treee52b41cab774d76f435fa18e505bc690e6653a9c /src
parente9fd7d9fad9fdb142d039d2a625dd6d50090e495 (diff)
parentd5e9d0000d68548f10b43dfa1fa3a8ef11b91003 (diff)
downloadbitcoin-225e60ce34d8756f23e7e76b545131601f60e1dc.tar.xz
Merge pull request #404 from TheBlueMatt/newenc
Fix makefile.linux-mingw
Diffstat (limited to 'src')
-rw-r--r--src/makefile.linux-mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 580ebdbb59..59ff03c48d 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -37,7 +37,7 @@ DEBUGFLAGS=-g -D__WXDEBUG__
CFLAGS=-O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
HEADERS=headers.h strlcpy.h serialize.h uint256.h util.h key.h bignum.h base58.h \
script.h db.h net.h irc.h keystore.h main.h wallet.h rpc.h uibase.h ui.h noui.h \
- crypter.hinit.h
+ crypter.h init.h
ifdef USE_UPNP
INCLUDEPATHS += -I"$(DEPSDIR)/upnpc-exe-win32-20110215"