Merge branch 'upstream' into dfsg-orig
[debian/gnuradio] / gr-radio-astronomy / src / lib / Makefile.am
index 33a8a859ab6e438a01f88d69713996dc16c639ef..d2dafdeacc7cf4324966d59075af100d6c737d4a 100644 (file)
@@ -23,6 +23,7 @@ include $(top_srcdir)/Makefile.common
 
 AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES)
 
+if PYTHON
 TOP_SWIG_IFILES =              \
        ra.i
 
@@ -40,3 +41,4 @@ BUILT_SOURCES = $(swig_built_sources)
 
 # Do not distribute the output of SWIG
 no_dist_files = $(swig_built_sources)
+endif