diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-02-26 23:39:17 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-02-26 23:39:17 +0000 |
commit | 503efe1fbe3822979b8aa3c868d3d13fbeb9af7f (patch) | |
tree | a3312f065b8865c473d2151f70a8d6ee1992563d /gr-gpio/src/python | |
parent | f1c079534256ec7e1cd2bbf1360bec15c539d87c (diff) |
Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-gpio/src/python')
-rw-r--r-- | gr-gpio/src/python/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-gpio/src/python/Makefile.am b/gr-gpio/src/python/Makefile.am index ea1a986693..b61a408057 100644 --- a/gr-gpio/src/python/Makefile.am +++ b/gr-gpio/src/python/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2007,2008 Free Software Foundation, Inc. +# Copyright 2007,2008,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -31,7 +31,7 @@ ourpython_PYTHON = \ gpio.py # List of python files that will be installed onto $prefix/bin -bin_SCRIPTS = \ +dist_bin_SCRIPTS = \ gpio_rx_sfile.py \ gpio_usrp_siggen.py \ gpio_usrp_fft.py @@ -44,7 +44,7 @@ noinst_PYTHON = \ # Programs that get run by 'make check' TESTS = run_tests -# Files to go into tarball not otherwise mentioned (except bin_SCRIPTS!) -EXTRA_DIST = run_tests.in $(bin_SCRIPTS) +# Files to go into tarball not otherwise mentioned +EXTRA_DIST = run_tests.in MOSTLYCLEANFILES = *.pyo *.pyc *~ |