aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.include
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2013-11-22 12:32:36 +0000
committerLuke Dashjr <[email protected]>2014-01-18 21:10:56 +0000
commit2041365c8c2d0f8e83715b2a643c3fd2cf6eb4cb (patch)
tree7ab5dbd9f6685572e5a5af8c8641836fd745e3ce /src/Makefile.include
parentconfigure: Minor grammatical changes to be more clear (diff)
downloaddiscoin-2041365c8c2d0f8e83715b2a643c3fd2cf6eb4cb.tar.xz
discoin-2041365c8c2d0f8e83715b2a643c3fd2cf6eb4cb.zip
Bugfix: Use BOOST_CPPFLAGS when testing for boost sleep vs sleep_for
Diffstat (limited to 'src/Makefile.include')
-rw-r--r--src/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.include b/src/Makefile.include
index dae7db780..01b47d1aa 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)