diff options
Diffstat (limited to 'gnuradio-examples')
-rw-r--r-- | gnuradio-examples/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am index 41e9ee4d6..360ae8b41 100644 --- a/gnuradio-examples/Makefile.am +++ b/gnuradio-examples/Makefile.am @@ -21,4 +21,7 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = python c++ +SUBDIRS = c++ +if PYTHON +SUBDIRS += python +endif |