summaryrefslogtreecommitdiff
path: root/gnuradio-examples
diff options
context:
space:
mode:
authorjcorgan2006-12-18 18:02:00 +0000
committerjcorgan2006-12-18 18:02:00 +0000
commit76dabf817d73fe0353077b6f8fb4dc9362d510a9 (patch)
tree66432d936113f0233bce630c932d7010de80f8d0 /gnuradio-examples
parent91752d56d14fac020bb9782964b36efbdc260fc8 (diff)
downloadgnuradio-76dabf817d73fe0353077b6f8fb4dc9362d510a9.tar.gz
gnuradio-76dabf817d73fe0353077b6f8fb4dc9362d510a9.tar.bz2
gnuradio-76dabf817d73fe0353077b6f8fb4dc9362d510a9.zip
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')
-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 4ab8ca93e..5cf795a96 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 000000000..cfc545802
--- /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.