aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2013-11-22 12:32:36 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2014-01-18 21:10:56 +0000
commit2041365c8c2d0f8e83715b2a643c3fd2cf6eb4cb (patch)
tree7ab5dbd9f6685572e5a5af8c8641836fd745e3ce
parente18e1001eb28b97eaf449ac7eb167e59c32afad3 (diff)
downloadbitcoin-2041365c8c2d0f8e83715b2a643c3fd2cf6eb4cb.tar.xz
Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for
-rw-r--r--src/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.include b/src/Makefile.include
index dae7db7804..01b47d1aa0 100644
--- a/src/Makefile.include
+++ b/src/Makefile.include
@@ -8,7 +8,7 @@ endif
AM_CPPFLAGS = $(INCLUDES) \
-I$(top_builddir)/src/obj \
$(BDB_CPPFLAGS) \
- $(BOOST_INCLUDES)
+ $(BOOST_CPPFLAGS) $(BOOST_INCLUDES)
AM_CPPFLAGS += $(LEVELDB_CPPFLAGS)
AM_LDFLAGS = $(PTHREAD_CFLAGS)