summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/digital_voice
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/python/digital_voice')
-rw-r--r--gnuradio-examples/python/digital_voice/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnuradio-examples/python/digital_voice/Makefile.am b/gnuradio-examples/python/digital_voice/Makefile.am
index 0236fbf21..08bd48821 100644
--- a/gnuradio-examples/python/digital_voice/Makefile.am
+++ b/gnuradio-examples/python/digital_voice/Makefile.am
@@ -19,6 +19,11 @@
# Boston, MA 02110-1301, USA.
#
+include $(top_srcdir)/Makefile.common
+
EXTRA_DIST = \
encdec.py \
cvsd_test.py
+
+ourdatadir = $(exampledir)/digital_voice
+ourdata_DATA = $(EXTRA_DIST) \ No newline at end of file