X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=usrp%2Fhost%2FMakefile.am;fp=usrp%2Fhost%2FMakefile.am;h=aa94fbd6ec31cece1a4d84d949c516c352245735;hb=35e43e8d8c271e6842191cac3fc3f2f88a861183;hp=ac9fd1a4290a86f1e549a832f11bba3da2d62223;hpb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;p=debian%2Fgnuradio diff --git a/usrp/host/Makefile.am b/usrp/host/Makefile.am index ac9fd1a4..aa94fbd6 100644 --- a/usrp/host/Makefile.am +++ b/usrp/host/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2001,2007 Free Software Foundation, Inc. +# Copyright 2001,2007,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -19,4 +19,8 @@ # Boston, MA 02110-1301, USA. # -SUBDIRS = misc lib swig apps +SUBDIRS = misc lib include apps + +if PYTHON +SUBDIRS += swig +endif