diff options
author | Johnathan Corgan | 2009-09-20 09:49:10 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-09-20 09:49:10 -0700 |
commit | e2216220f85d3e9d93db3946aa0e68e59309d1c2 (patch) | |
tree | 09f8cb9db2f5c8eabff6c98a2af9bd129788c1d6 /gr-noaa/python/Makefile.am | |
parent | ce9a41e69f5e3b9e0280d22fa778d167c3982db7 (diff) | |
download | gnuradio-e2216220f85d3e9d93db3946aa0e68e59309d1c2.tar.gz gnuradio-e2216220f85d3e9d93db3946aa0e68e59309d1c2.tar.bz2 gnuradio-e2216220f85d3e9d93db3946aa0e68e59309d1c2.zip |
Reorganization of directories
Moved apps into own directory
Added (empty) python directory
Diffstat (limited to 'gr-noaa/python/Makefile.am')
-rw-r--r-- | gr-noaa/python/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gr-noaa/python/Makefile.am b/gr-noaa/python/Makefile.am new file mode 100644 index 000000000..869c5f353 --- /dev/null +++ b/gr-noaa/python/Makefile.am @@ -0,0 +1,27 @@ +# +# 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 + +endif + |