From 503efe1fbe3822979b8aa3c868d3d13fbeb9af7f Mon Sep 17 00:00:00 2001
From: jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
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
---
 gnuradio-examples/python/digital/Makefile.am | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

(limited to 'gnuradio-examples/python/digital')

diff --git a/gnuradio-examples/python/digital/Makefile.am b/gnuradio-examples/python/digital/Makefile.am
index ed941e4f78..2bc448165d 100644
--- a/gnuradio-examples/python/digital/Makefile.am
+++ b/gnuradio-examples/python/digital/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
 # 
@@ -21,8 +21,12 @@
 
 include $(top_srcdir)/Makefile.common
 
-EXTRA_DIST =			\
-	README			\
+ourdatadir = $(exampledir)/digital
+
+dist_ourdata_DATA =	\
+	README
+
+dist_ourdata_SCRIPTS =		\
 	benchmark_loopback.py   \
 	benchmark_rx.py		\
 	benchmark_tx.py		\
@@ -36,9 +40,6 @@ EXTRA_DIST =			\
 	transmit_path.py	\
 	transmit_path_lb.py	\
 	tunnel.py		\
-	tx_voice.py		
-
-ourdatadir = $(exampledir)/digital
-ourdata_DATA = $(EXTRA_DIST)
+	tx_voice.py
 
 MOSTLYCLEANFILES = *.pyc *.pyo *~
-- 
cgit v1.2.3