summaryrefslogtreecommitdiff
path: root/gnuradio-examples/c++/dial_tone/README
diff options
context:
space:
mode:
authorTom Rondeau2011-03-15 13:46:02 -0400
committerTom Rondeau2011-03-15 13:46:02 -0400
commit338b01e7b5ecad7e324098a2671d3fa650be035e (patch)
tree247b61f2fbfdadc6ce4f39ad2f637a22cd3163ae /gnuradio-examples/c++/dial_tone/README
parent1ecc511ad673f37498ebc29147c776ca9b4b6490 (diff)
parentb4bd3e47189932b42ce821bb7076fce811b3e3eb (diff)
downloadgnuradio-338b01e7b5ecad7e324098a2671d3fa650be035e.tar.gz
gnuradio-338b01e7b5ecad7e324098a2671d3fa650be035e.tar.bz2
gnuradio-338b01e7b5ecad7e324098a2671d3fa650be035e.zip
Merge branch 'next' of gnuradio.org:gnuradio into next
Diffstat (limited to 'gnuradio-examples/c++/dial_tone/README')
-rw-r--r--gnuradio-examples/c++/dial_tone/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnuradio-examples/c++/dial_tone/README b/gnuradio-examples/c++/dial_tone/README
deleted file mode 100644
index 6d5ed5059..000000000
--- a/gnuradio-examples/c++/dial_tone/README
+++ /dev/null
@@ -1,16 +0,0 @@
-This example requires that gr-audio-alsa be built in the main tree in order
-to compile successfully. It is not built automatically.
-
-To build this example, you must make two modifications to the build system:
-
-1) Add the following line inside config/grc_gnuradio_examples.m4:
-
- gnuradio-examples/c++/dial_tone/Makefile
-
- ...to the list of Makefiles already in there.
-
-2) In gnuradio-examples/c++/Makefile.am, uncomment the SUBDIRS line
-
-# SUBDIRS = dial_tone
-
-Then, from the top-level directory, re-run ./bootstrap and ./configure. \ No newline at end of file