aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2012-08-27 14:09:26 -0400
committerGavin Andresen <[email protected]>2012-08-27 14:20:56 -0400
commita1755ec4264248323f9a38ac0c3f19200b77c9f8 (patch)
tree01fd7e3adab90379f89ffbd3a866b5f83127202d /src/makefile.linux-mingw
parentMerge branch 'alert_fix' of git://github.com/gavinandresen/bitcoin-git (diff)
downloaddiscoin-a1755ec4264248323f9a38ac0c3f19200b77c9f8.tar.xz
discoin-a1755ec4264248323f9a38ac0c3f19200b77c9f8.zip
Upgrade to Boost 1.50
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index ad74aa6c9..93e3fe9aa 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -10,13 +10,13 @@ USE_IPV6:=1
INCLUDEPATHS= \
-I"$(CURDIR)" \
-I"$(CURDIR)"/obj \
- -I"$(DEPSDIR)/boost_1_49_0" \
+ -I"$(DEPSDIR)/boost_1_50_0" \
-I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
-I"$(DEPSDIR)/openssl-1.0.1b/include" \
-I"$(DEPSDIR)"
LIBPATHS= \
- -L"$(DEPSDIR)/boost_1_49_0/stage/lib" \
+ -L"$(DEPSDIR)/boost_1_50_0/stage/lib" \
-L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
-L"$(DEPSDIR)/openssl-1.0.1b"