diff options
author | Rob Savoye | 2010-11-21 18:56:54 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-21 18:56:54 -0700 |
commit | 192acf4d1399f6e72c228f0448ab3c7cec15b36b (patch) | |
tree | cb5e87e257379488496e00bcb26c429b2a122af4 /gnuradio-core/src/Makefile.am | |
parent | d4ed4d96470c91bcb7fb45da5e07641b24331cba (diff) | |
download | gnuradio-192acf4d1399f6e72c228f0448ab3c7cec15b36b.tar.gz gnuradio-192acf4d1399f6e72c228f0448ab3c7cec15b36b.tar.bz2 gnuradio-192acf4d1399f6e72c228f0448ab3c7cec15b36b.zip |
always cd into python or guile
Diffstat (limited to 'gnuradio-core/src/Makefile.am')
-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 |