diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-24 00:31:35 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-24 00:31:35 -0800 |
commit | 53fb7289b46ee4299a0341d9e02dad74483940b6 (patch) | |
tree | 1b74c26151b90a2f1079d40dc63f35a83aed0394 /gr-noaa/swig/Makefile.am | |
parent | cec8dfd8d0331566c93abb69ca02913011ad2a91 (diff) |
Confirm we can load guile noaa module
Diffstat (limited to 'gr-noaa/swig/Makefile.am')
-rw-r--r-- | gr-noaa/swig/Makefile.am | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 410b23fe60..51a72ffb6a 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -20,6 +20,14 @@ # include $(top_srcdir)/Makefile.common +include $(top_srcdir)/Makefile.swig + +TESTS = + +if GUILE +nobase_guile_DATA = gnuradio/noaa.scm +endif + AM_CPPFLAGS = \ -I$(top_srcdir)/gr-noaa/lib \ @@ -27,7 +35,6 @@ AM_CPPFLAGS = \ $(PYTHON_CPPFLAGS) \ $(WITH_INCLUDES) -if PYTHON # ---------------------------------------------------------------- # The SWIG library # TESTS = run_tests @@ -56,11 +63,12 @@ noaa_swig_swiginclude_headers = \ noaa_hrpt_deframer.i \ noaa_hrpt_pll_cf.i -include $(top_srcdir)/Makefile.swig - # add some of the variables generated inside the Makefile.swig.gen BUILT_SOURCES = $(swig_built_sources) # Do not distribute the output of SWIG no_dist_files = $(swig_built_sources) + +if GUILE +TESTS += run_guile_tests endif |