diff options
Diffstat (limited to 'volk/Makefile.common')
-rw-r--r-- | volk/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/Makefile.common b/volk/Makefile.common index 1b7fb6831..c929fe579 100644 --- a/volk/Makefile.common +++ b/volk/Makefile.common @@ -39,7 +39,7 @@ 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 # 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 |