From d5e9d0000d68548f10b43dfa1fa3a8ef11b91003 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 13 Jul 2011 13:12:49 +0200 Subject: [PATCH] Fix makefile.linux-mingw --- src/makefile.linux-mingw | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 580ebdb..59ff03c 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" -- 1.7.1