From 7df5b10ddcd64309a5c299f662a4cd62a7d175ab Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Mon, 14 Mar 2011 15:20:19 -0700 Subject: gnuradio-examples: add C++ audio examples using new gr-audio * gnuradio-examples/C++/audio/dial_tone --- gnuradio-examples/c++/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnuradio-examples/c++/Makefile.am') diff --git a/gnuradio-examples/c++/Makefile.am b/gnuradio-examples/c++/Makefile.am index 43c63847a..5a49e0e89 100644 --- a/gnuradio-examples/c++/Makefile.am +++ b/gnuradio-examples/c++/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2006,2008 Free Software Foundation, Inc. +# Copyright 2011 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -20,4 +20,4 @@ # include $(top_srcdir)/Makefile.common -#SUBDIRS = dial_tone +SUBDIRS = audio -- cgit