summaryrefslogtreecommitdiff
path: root/volk/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'volk/Makefile.common')
-rw-r--r--volk/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/volk/Makefile.common b/volk/Makefile.common
index e91a55e9c..eca2c6516 100644
--- a/volk/Makefile.common
+++ b/volk/Makefile.common
@@ -54,7 +54,8 @@ SWIGPYTHONFLAGS = -fvirtual -python -modern
SWIGGRFLAGS = -I$(GNURADIO_CORE_INCLUDEDIR)/swig -I$(GNURADIO_CORE_INCLUDEDIR)
# standard defins and includes
-STD_DEFINES_AND_INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/lib $(GNURADIO_CORE_CPPFLAGS)
+STD_DEFINES_AND_INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/lib \
+ $(BOOST_CPPFLAGS) $(GNURADIO_CORE_CPPFLAGS)
# Don't assume that make predefines $(RM), because BSD make does
# not. We define it now in configure.ac using AM_PATH_PROG, but now