diff options
Diffstat (limited to 'gr-howto-write-a-block/python/Makefile.am')
-rw-r--r-- | gr-howto-write-a-block/python/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gr-howto-write-a-block/python/Makefile.am b/gr-howto-write-a-block/python/Makefile.am index 4ef5fc964..ae36ea665 100644 --- a/gr-howto-write-a-block/python/Makefile.am +++ b/gr-howto-write-a-block/python/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,12 +21,10 @@ include $(top_srcdir)/Makefile.common -ourpythondir = $(grpythondir)/howto - EXTRA_DIST = run_tests.in TESTS = run_tests -ourpython_PYTHON = \ +modpython_PYTHON = \ __init__.py noinst_PYTHON = \ |