commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r3811 - gnuradio/branches/developers/jcorgan/cppwrap/g


From: jcorgan
Subject: [Commit-gnuradio] r3811 - gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone
Date: Tue, 17 Oct 2006 14:35:52 -0600 (MDT)

Author: jcorgan
Date: 2006-10-17 14:35:52 -0600 (Tue, 17 Oct 2006)
New Revision: 3811

Modified:
   
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/Makefile.am
   
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/dialtone.cc
Log:
Fixes to compile completely within build tree.

Modified: 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/Makefile.am
     2006-10-17 20:27:05 UTC (rev 3810)
+++ 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/Makefile.am
     2006-10-17 20:35:52 UTC (rev 3811)
@@ -22,7 +22,9 @@
 include $(top_srcdir)/Makefile.common
 
 # For compiling within the GNU Radio build tree
-INCLUDES=$(STD_DEFINES_AND_INCLUDES)
+INCLUDES=$(STD_DEFINES_AND_INCLUDES) \
+         -I$(top_srcdir)/gr-audio-alsa/src 
+
 GR_AUDIO_ALSA_LIBS=$(top_builddir)/gr-audio-alsa/src/libgr_audio_alsa.la
 
 # For compiling outside the tree, these are the usual

Modified: 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/dialtone.cc
===================================================================
--- 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/dialtone.cc
     2006-10-17 20:27:05 UTC (rev 3810)
+++ 
gnuradio/branches/developers/jcorgan/cppwrap/gnuradio-examples/c++/dialtone/dialtone.cc
     2006-10-17 20:35:52 UTC (rev 3811)
@@ -19,8 +19,8 @@
  * Boston, MA 02110-1301, USA.
  */
 
-#include <gnuradio/gr_sig_source_f.h>
-#include <gnuradio/audio_alsa_sink.h>
+#include <gr_sig_source_f.h>
+#include <audio_alsa_sink.h>
 #include <gr_flow_graph.h>
 
 int main()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]