Removed internal functions from external header file
[debian/gnuradio] / usrp / host / Makefile.am
index 9b72209cf6f71d29f6fa83214c2c75e63b2394ec..aa94fbd6ec31cece1a4d84d949c516c352245735 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2001 Free Software Foundation, Inc.
+# Copyright 2001,2007,2009 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -19,5 +19,8 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-SUBDIRS = misc lib swig apps
+SUBDIRS = misc lib include apps
 
+if PYTHON
+SUBDIRS += swig
+endif