diff options
Diffstat (limited to 'gnuradio-examples/Makefile.am')
-rw-r--r-- | gnuradio-examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am index e0c1b1d15..ded4e743d 100644 --- a/gnuradio-examples/Makefile.am +++ b/gnuradio-examples/Makefile.am @@ -21,7 +21,8 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = c++ +SUBDIRS = + if PYTHON SUBDIRS += python grc endif |