diff options
author | Eric Blossom <eb@comsec.com> | 2010-12-27 22:56:47 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-12-27 22:56:47 -0800 |
commit | fd8f86713d8f9de79850b9e7aabde7c453b7e890 (patch) | |
tree | 085fbe5732bd528e0fbc12718af72937b4c814f4 /gr-howto-write-a-block | |
parent | b8f174ce7eae1cfe8deda0353da4557a238730c9 (diff) |
Add missing .test files to tarball.
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/swig/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.am b/gr-howto-write-a-block/swig/Makefile.am index a7d39444e7..ba660f1b39 100644 --- a/gr-howto-write-a-block/swig/Makefile.am +++ b/gr-howto-write-a-block/swig/Makefile.am @@ -22,6 +22,8 @@ include $(top_srcdir)/Makefile.common include $(top_srcdir)/Makefile.swig +noinst_GUILE = howto.test + AM_CPPFLAGS += -I$(top_srcdir)/lib ################################### |