X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-examples%2Fpython%2Faudio%2FMakefile.am;h=356b515598599905452f6ec65ee7e1c723d51470;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=a054d28f2a123007bcbd2a7f11a35bf98851856b;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-examples/python/audio/Makefile.am b/gnuradio-examples/python/audio/Makefile.am index a054d28f..356b5155 100644 --- a/gnuradio-examples/python/audio/Makefile.am +++ b/gnuradio-examples/python/audio/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -19,15 +19,20 @@ # Boston, MA 02110-1301, USA. # -EXTRA_DIST = \ +include $(top_srcdir)/Makefile.common + +ourdatadir = $(exampledir)/audio + +dist_ourdata_SCRIPTS = \ audio_copy.py \ audio_fft.py \ audio_play.py \ audio_to_file.py \ - dial_squelch.py \ dial_tone.py \ - dialtone_v.py \ + dial_tone_daemon.py \ + dial_tone_wav.py \ mono_tone.py \ multi_tone.py \ + noise.py \ spectrum_inversion.py \ - test_resampler.py + test_resampler.py