summaryrefslogtreecommitdiff
path: root/volk/gen/make_makefile_am.py
diff options
context:
space:
mode:
authorTom Rondeau2011-10-22 14:25:13 -0400
committerTom Rondeau2011-10-22 14:25:13 -0400
commitda5563356afe3f50eb2560b5106a81776da7a43f (patch)
treeb2c9c7bb0a1e8948f2507a38e595e5cc557799d7 /volk/gen/make_makefile_am.py
parent1468be3299036606b678664ba84d0c0870266c9c (diff)
parent31268cfb68965dbcf3df4912059f0c5b6d744626 (diff)
downloadgnuradio-da5563356afe3f50eb2560b5106a81776da7a43f.tar.gz
gnuradio-da5563356afe3f50eb2560b5106a81776da7a43f.tar.bz2
gnuradio-da5563356afe3f50eb2560b5106a81776da7a43f.zip
Merge remote branch 'jblum/cmake_fixes' into next
Diffstat (limited to 'volk/gen/make_makefile_am.py')
-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)