X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-examples%2Fpython%2Fdigital_voice%2FMakefile.am;h=60f363b90ddee840aadbf5074f75556933deec94;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=5dfa8fb27a7169e586a48d97b42d48464e3c8c5d;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-examples/python/digital_voice/Makefile.am b/gnuradio-examples/python/digital_voice/Makefile.am index 5dfa8fb2..60f363b9 100644 --- a/gnuradio-examples/python/digital_voice/Makefile.am +++ b/gnuradio-examples/python/digital_voice/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2004,2005 Free Software Foundation, Inc. +# Copyright 2004,2005,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -19,5 +19,10 @@ # Boston, MA 02110-1301, USA. # -EXTRA_DIST = \ - encdec.py +include $(top_srcdir)/Makefile.common + +ourdatadir = $(exampledir)/digital_voice + +dist_ourdata_SCRIPTS = \ + encdec.py \ + cvsd_test.py