From 76dabf817d73fe0353077b6f8fb4dc9362d510a9 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Mon, 18 Dec 2006 18:02:00 +0000 Subject: [PATCH] Temporary fix for ticket:116. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4139 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-examples/c++/Makefile.am | 5 +++-- gnuradio-examples/c++/dial_tone/README | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 gnuradio-examples/c++/dial_tone/README 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. -- 2.47.2