Merged r11123:11148 from jcorgan/np into trunk.
[debian/gnuradio] / gnuradio-core / src / lib / Makefile.am
index fcb4d4ea5b1a574416b790178c5e9e7767616cf5..ef2b17f5ab44ac1dd5e0755a61f67c58bd917c8f 100644 (file)
@@ -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
 # 
@@ -24,7 +24,10 @@ include $(top_srcdir)/Makefile.common
 ## Process this file with automake to produce Makefile.in
 
 # We've got to build . before swig
-SUBDIRS = missing runtime filter viterbi general gengen g72x reed-solomon io hier . swig
+SUBDIRS = missing runtime filter viterbi general gengen g72x reed-solomon io hier .
+if PYTHON
+SUBDIRS += swig
+endif
 
 # generate libgnuradio-core.la from the convenience libraries in subdirs