summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy/src
diff options
context:
space:
mode:
authorjcorgan2009-02-26 23:39:17 +0000
committerjcorgan2009-02-26 23:39:17 +0000
commit503efe1fbe3822979b8aa3c868d3d13fbeb9af7f (patch)
treea3312f065b8865c473d2151f70a8d6ee1992563d /gr-radio-astronomy/src
parentf1c079534256ec7e1cd2bbf1360bec15c539d87c (diff)
downloadgnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.tar.gz
gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.tar.bz2
gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.zip
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-radio-astronomy/src')
-rw-r--r--gr-radio-astronomy/src/python/Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/gr-radio-astronomy/src/python/Makefile.am b/gr-radio-astronomy/src/python/Makefile.am
index 05e3b6487..e8a84de61 100644
--- a/gr-radio-astronomy/src/python/Makefile.am
+++ b/gr-radio-astronomy/src/python/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2004,2006 Free Software Foundation, Inc.
+# Copyright 2004,2006,2009 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
@@ -32,10 +32,8 @@ ourlibdir = $(grpyexecdir)
wxguipythondir = $(grpythondir)/wxgui
wxguilibdir = $(grpyexecdir)/wxgui
-EXTRA_DIST = run_tests.in \
- usrp_ra_receiver.py \
- usrp_psr_receiver.py
-
+EXTRA_DIST = \
+ run_tests.in
TESTS = \
run_tests
@@ -54,6 +52,6 @@ wxguipython_PYTHON = \
# and here for applications you want installed in prefix/bin
-bin_SCRIPTS = \
+dist_bin_SCRIPTS = \
usrp_ra_receiver.py \
usrp_psr_receiver.py