From 503efe1fbe3822979b8aa3c868d3d13fbeb9af7f Mon Sep 17 00:00:00 2001 From: jcorgan Date: Thu, 26 Feb 2009 23:39:17 +0000 Subject: 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 --- gr-sounder/src/python/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gr-sounder/src/python') diff --git a/gr-sounder/src/python/Makefile.am b/gr-sounder/src/python/Makefile.am index cf1b5efbe..cec948473 100644 --- a/gr-sounder/src/python/Makefile.am +++ b/gr-sounder/src/python/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2007 Free Software Foundation, Inc. +# Copyright 2007,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -29,12 +29,11 @@ ourpythondir = $(grpythondir) ourlibdir = $(grpyexecdir) EXTRA_DIST = \ - usrp_sounder.py \ sounder_loopback.sh \ qa_nothing.py \ run_tests.in -bin_SCRIPTS = \ +dist_bin_SCRIPTS = \ usrp_sounder.py ourpython_PYTHON = \ -- cgit