Merged r11123:11148 from jcorgan/np into trunk.
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / Makefile.am
index 5cc0824b3aa5392ea96c48553cf836ff2d0ddc85..ed36bbae7c479e2d8c2cc8c959a2b8ca2a3b3943 100644 (file)
@@ -21,6 +21,7 @@
 
 include $(top_srcdir)/Makefile.common
 
+if PYTHON
 SUBDIRS = gr gru gruimpl blks2 blks2impl vocoder
 
 grpython_PYTHON =                      \
@@ -34,3 +35,4 @@ grpython_PYTHON =                     \
        gr_unittest.py                  \
        optfir.py                       \
        window.py
+endif