diff options
Diffstat (limited to 'gr-radio-astronomy/src/lib')
-rw-r--r-- | gr-radio-astronomy/src/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-radio-astronomy/src/lib/Makefile.am b/gr-radio-astronomy/src/lib/Makefile.am index 33a8a859a..d2dafdeac 100644 --- a/gr-radio-astronomy/src/lib/Makefile.am +++ b/gr-radio-astronomy/src/lib/Makefile.am @@ -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 |