summaryrefslogtreecommitdiff
path: root/volk/gen
diff options
context:
space:
mode:
authorJosh Blum2011-10-20 14:15:25 -0700
committerJosh Blum2011-10-20 14:15:25 -0700
commitdfe18fee44d1c03af186aeacd2adc97b6b129297 (patch)
tree8b5e9def3dd49791962b13bec48c9249aa845666 /volk/gen
parentab6f8142da17ee70effd469f20a41821b4bc4513 (diff)
downloadgnuradio-dfe18fee44d1c03af186aeacd2adc97b6b129297.tar.gz
gnuradio-dfe18fee44d1c03af186aeacd2adc97b6b129297.tar.bz2
gnuradio-dfe18fee44d1c03af186aeacd2adc97b6b129297.zip
volk: give priority to generated includes (helps with dirty tree)
Diffstat (limited to 'volk/gen')
-rw-r--r--volk/gen/make_makefile_am.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/gen/make_makefile_am.py b/volk/gen/make_makefile_am.py
index f843b4413..0dc088a80 100644
--- a/volk/gen/make_makefile_am.py
+++ b/volk/gen/make_makefile_am.py
@@ -25,8 +25,8 @@ def make_makefile_am(dom, machines, archflags_dict):
include $(top_srcdir)/Makefile.common
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) \
- -I$(top_srcdir)/include \
-I$(top_gendir)/include \
+ -I$(top_srcdir)/include \
-Dvolk_EXPORTS \
-fvisibility=hidden \
$(WITH_INCLUDES)