diff options
author | Johnathan Corgan | 2012-03-10 11:09:10 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-03-10 11:09:10 -0800 |
commit | d8ad6e8e04226d9edf0a7d6d06955ed5db68dfab (patch) | |
tree | 4860e5a5c0302eb9fa167b4ff6de8c9b7abdbc99 /gr-fcd/include/Makefile.am | |
parent | b6ecb24e7a0756f166b75476b276b8b7c5677bf0 (diff) | |
download | gnuradio-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/include/Makefile.am')
-rw-r--r-- | gr-fcd/include/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gr-fcd/include/Makefile.am b/gr-fcd/include/Makefile.am new file mode 100644 index 000000000..77dbaf5e4 --- /dev/null +++ b/gr-fcd/include/Makefile.am @@ -0,0 +1,24 @@ +# +# Copyright 2012 Free Software Foundation, Inc. +# +# This file is part of GNU Radio +# +# GNU Radio is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# GNU Radio is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Radio; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = fcd |