X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-radio-astronomy%2Fsrc%2Fpython%2FMakefile.am;h=e8a84de61fefca7e54b924db45e0835c27452435;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=642825e63b2717248a6c6d951e84fa3cb1210722;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gr-radio-astronomy/src/python/Makefile.am b/gr-radio-astronomy/src/python/Makefile.am index 642825e6..e8a84de6 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 @@ -49,10 +47,11 @@ ourpython_PYTHON = \ wxguipython_PYTHON = \ ra_stripchartsink.py \ - ra_fftsink.py + ra_fftsink.py \ + ra_waterfallsink.py # and here for applications you want installed in prefix/bin -bin_SCRIPTS = \ +dist_bin_SCRIPTS = \ usrp_ra_receiver.py \ usrp_psr_receiver.py