summaryrefslogtreecommitdiff
path: root/gnuradio-examples/c++
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-12-18 18:02:00 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-12-18 18:02:00 +0000
commit76dabf817d73fe0353077b6f8fb4dc9362d510a9 (patch)
tree66432d936113f0233bce630c932d7010de80f8d0 /gnuradio-examples/c++
parent91752d56d14fac020bb9782964b36efbdc260fc8 (diff)
Temporary fix for ticket:116.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4139 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/c++')
-rw-r--r--gnuradio-examples/c++/Makefile.am5
-rw-r--r--gnuradio-examples/c++/dial_tone/README2
2 files changed, 5 insertions, 2 deletions
diff --git a/gnuradio-examples/c++/Makefile.am b/gnuradio-examples/c++/Makefile.am
index 4ab8ca93ef..5cf795a96e 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 0000000000..cfc5458026
--- /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.