diff options
-rw-r--r-- | gnuradio-core/src/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gnuradio-core/src/Makefile.am b/gnuradio-core/src/Makefile.am index 648fe299e..1717d373a 100644 --- a/gnuradio-core/src/Makefile.am +++ b/gnuradio-core/src/Makefile.am @@ -21,12 +21,6 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = gen_interpolator_taps lib tests -if PYTHON -SUBDIRS += python -endif -if GUILE -SUBDIRS += guile -endif +SUBDIRS = gen_interpolator_taps lib tests python guile DIST_SUBDIRS = gen_interpolator_taps lib tests python guile utils |