diff options
author | Eric Blossom <eb@comsec.com> | 2010-12-03 23:40:22 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-12-03 23:40:22 -0800 |
commit | 7a7a4b7ad1ccdb0c1f6814e6c258b1238fd92fd7 (patch) | |
tree | a151187cdd092f685465f653c7a207f365bb5061 /gr-howto-write-a-block/python/Makefile.am | |
parent | 6df0423fe1880f5c33daa333604552ea68ac9593 (diff) |
Fix EXTRA_DIST in gr-howto-write-a-block
Diffstat (limited to 'gr-howto-write-a-block/python/Makefile.am')
-rw-r--r-- | gr-howto-write-a-block/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/python/Makefile.am b/gr-howto-write-a-block/python/Makefile.am index 5c4fbd3a80..c216cca296 100644 --- a/gr-howto-write-a-block/python/Makefile.am +++ b/gr-howto-write-a-block/python/Makefile.am @@ -22,7 +22,7 @@ include $(top_srcdir)/Makefile.common TESTS = run_tests -EXTRA_DIST += run_tests.in +EXTRA_DIST = run_tests.in modpython_PYTHON = \ __init__.py |