From: jcorgan Date: Mon, 18 Dec 2006 18:02:00 +0000 (+0000) Subject: Temporary fix for ticket:116. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=76dabf817d73fe0353077b6f8fb4dc9362d510a9;p=debian%2Fgnuradio Temporary fix for ticket:116. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4139 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-examples/c++/Makefile.am b/gnuradio-examples/c++/Makefile.am index 4ab8ca93..5cf795a9 100644 --- a/gnuradio-examples/c++/Makefile.am +++ b/gnuradio-examples/c++/Makefile.am @@ -21,6 +21,7 @@ include $(top_srcdir)/Makefile.common -#SUBDIRS = \ -# dial_tone +# FIXME: do not build automatically; need to detect required pre-requisites + +# SUBDIRS = dial_tone diff --git a/gnuradio-examples/c++/dial_tone/README b/gnuradio-examples/c++/dial_tone/README new file mode 100644 index 00000000..cfc54580 --- /dev/null +++ b/gnuradio-examples/c++/dial_tone/README @@ -0,0 +1,2 @@ +This example requires that gr-audio-alsa be built in the main tree in order +to compile successfully. It is not built automatically.