howto: adds --disable-python option to gr-howto-write-a-block example.
[debian/gnuradio] / gr-howto-write-a-block / src / Makefile.am
index e3f0399eb093e516a323ed1c5d4a6f7eb12c6cc9..4c8650d7d8258a80fe23dd5ff95faa372006b669 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2004 Free Software Foundation, Inc.
+# Copyright 2004,2009 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -19,4 +19,8 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-SUBDIRS = lib python
+SUBDIRS = lib
+
+if PYTHON
+SUBDIRS += python
+endif