summaryrefslogtreecommitdiff
path: root/gr-fcd/swig/Makefile.am
diff options
context:
space:
mode:
authorJohnathan Corgan2012-03-10 11:09:10 -0800
committerJohnathan Corgan2012-03-10 11:09:10 -0800
commitd8ad6e8e04226d9edf0a7d6d06955ed5db68dfab (patch)
tree4860e5a5c0302eb9fa167b4ff6de8c9b7abdbc99 /gr-fcd/swig/Makefile.am
parentb6ecb24e7a0756f166b75476b276b8b7c5677bf0 (diff)
downloadgnuradio-d8ad6e8e04226d9edf0a7d6d06955ed5db68dfab.tar.gz
gnuradio-d8ad6e8e04226d9edf0a7d6d06955ed5db68dfab.tar.bz2
gnuradio-d8ad6e8e04226d9edf0a7d6d06955ed5db68dfab.zip
fcd: moved items to current layout standard
* Public header files moved from lib/ to include/fcd * Contents of apps/ moved to examples/ to get into gnuradio/examples, apps for programs to be installed into $PREFIX/bin
Diffstat (limited to 'gr-fcd/swig/Makefile.am')
-rw-r--r--gr-fcd/swig/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/swig/Makefile.am b/gr-fcd/swig/Makefile.am
index db20e587b..cec8fa29a 100644
--- a/gr-fcd/swig/Makefile.am
+++ b/gr-fcd/swig/Makefile.am
@@ -33,7 +33,7 @@ endif
AM_CPPFLAGS = \
- -I$(top_srcdir)/gr-fcd/lib \
+ -I$(top_srcdir)/gr-fcd/include/fcd \
-I$(top_srcdir)/gr-audio/include \
$(STD_DEFINES_AND_INCLUDES) \
$(PYTHON_CPPFLAGS) \