Temporary fix for ticket:116.
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 18 Dec 2006 18:02:00 +0000 (18:02 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Mon, 18 Dec 2006 18:02:00 +0000 (18:02 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4139 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/c++/Makefile.am
gnuradio-examples/c++/dial_tone/README [new file with mode: 0644]

index 4ab8ca93ef022b55dd362c4ba0d9fed8561decaf..5cf795a96eec517f9537044bb5ac9e1b9cdfd5ba 100644 (file)
@@ -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 (file)
index 0000000..cfc5458
--- /dev/null
@@ -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.