summaryrefslogtreecommitdiff
path: root/gr-pager
diff options
context:
space:
mode:
authorEric Blossom <eb@comsec.com>2010-12-27 22:56:47 -0800
committerEric Blossom <eb@comsec.com>2010-12-27 22:56:47 -0800
commitfd8f86713d8f9de79850b9e7aabde7c453b7e890 (patch)
tree085fbe5732bd528e0fbc12718af72937b4c814f4 /gr-pager
parentb8f174ce7eae1cfe8deda0353da4557a238730c9 (diff)
Add missing .test files to tarball.
Diffstat (limited to 'gr-pager')
-rw-r--r--gr-pager/swig/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-pager/swig/Makefile.am b/gr-pager/swig/Makefile.am
index 901f24edea..3d62c80f09 100644
--- a/gr-pager/swig/Makefile.am
+++ b/gr-pager/swig/Makefile.am
@@ -31,8 +31,13 @@ AM_CPPFLAGS = \
$(PYTHON_CPPFLAGS) \
$(WITH_INCLUDES)
+if GUILE
nobase_guile_DATA = \
gnuradio/pager.scm
+endif
+
+noinst_GUILE = pager.test
+
##############################
# SWIG interface and library