X-Git-Url: https://git.gag.com/?p=debian%2Fgnuradio;a=blobdiff_plain;f=gnuradio-core%2Fsrc%2FMakefile.am;fp=gnuradio-core%2Fsrc%2FMakefile.am;h=eb979fe58be6c64e136d7d92f00df14ef4a734cd;hp=7b325974a6da98dcf396bc450fba8cf40284db19;hb=fd9980f919b6f05e2fbea404fea322825ce438f0;hpb=2415ccdbf9d97878a0888bbdff30d699ae2326dd diff --git a/gnuradio-core/src/Makefile.am b/gnuradio-core/src/Makefile.am index 7b325974..eb979fe5 100644 --- a/gnuradio-core/src/Makefile.am +++ b/gnuradio-core/src/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2001,2004 Free Software Foundation, Inc. +# Copyright 2001,2004,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,6 +21,9 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = gen_interpolator_taps lib tests python +SUBDIRS = gen_interpolator_taps lib tests +if PYTHON +SUBDIRS += python +endif DIST_SUBDIRS = gen_interpolator_taps lib tests python utils