From 32a71023bf7350167fdd4f3797d384d47cafd71f Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 21 Oct 2010 13:17:11 -0600 Subject: add python/*.cc to SOURCES so dependencies work properly. --- gr-audio-alsa/src/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'gr-audio-alsa/src/Makefile.am') diff --git a/gr-audio-alsa/src/Makefile.am b/gr-audio-alsa/src/Makefile.am index ed92cc197..fac75b89d 100644 --- a/gr-audio-alsa/src/Makefile.am +++ b/gr-audio-alsa/src/Makefile.am @@ -34,6 +34,11 @@ noinst_HEADERS = \ noinst_PYTHON = \ qa_alsa.py +if GUILE +noinst_GUILE = \ + qa_alsa.scm +endif + AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES) ################################### @@ -44,7 +49,8 @@ lib_LTLIBRARIES = libgnuradio-audio-alsa.la libgnuradio_audio_alsa_la_SOURCES = \ audio_alsa_sink.cc \ audio_alsa_source.cc \ - gri_alsa.cc + gri_alsa.cc \ + python/audio_alsa.cc libgnuradio_audio_alsa_la_LIBADD = \ $(GNURADIO_CORE_LA) \ @@ -79,4 +85,5 @@ BUILT_SOURCES = $(swig_built_sources) # Do not distribute the output of SWIG no_dist_files = $(swig_built_sources) -endif \ No newline at end of file + +endif -- cgit