diff options
author | Johnathan Corgan | 2009-10-11 12:47:46 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-11-03 07:21:42 -0800 |
commit | 821aa4341a2ad6b69cbb829bcf2d31638f67a878 (patch) | |
tree | 4c4386938df8fc40a3c3bc415cf5a31d2586f7b2 /gr-pager/apps/Makefile.am | |
parent | 058edee5b4d1423b7ad88a9748bec073ff4963ff (diff) | |
download | gnuradio-821aa4341a2ad6b69cbb829bcf2d31638f67a878.tar.gz gnuradio-821aa4341a2ad6b69cbb829bcf2d31638f67a878.tar.bz2 gnuradio-821aa4341a2ad6b69cbb829bcf2d31638f67a878.zip |
Moved command-line apps into apps subdirectory
Diffstat (limited to 'gr-pager/apps/Makefile.am')
-rw-r--r-- | gr-pager/apps/Makefile.am | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gr-pager/apps/Makefile.am b/gr-pager/apps/Makefile.am new file mode 100644 index 000000000..64a79f594 --- /dev/null +++ b/gr-pager/apps/Makefile.am @@ -0,0 +1,31 @@ +# +# Copyright 2009 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 + +if PYTHON + +dist_bin_SCRIPTS = \ + usrp_flex.py \ + usrp_flex_all.py \ + usrp_flex_band.py + +endif |