commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4311 - in gnuradio/branches/developers/n4hy/ofdm2: co


From: n4hy
Subject: [Commit-gnuradio] r4311 - in gnuradio/branches/developers/n4hy/ofdm2: config gnuradio-examples gnuradio-examples/c++
Date: Sun, 28 Jan 2007 12:14:38 -0700 (MST)

Author: n4hy
Date: 2007-01-28 12:14:37 -0700 (Sun, 28 Jan 2007)
New Revision: 4311

Modified:
   gnuradio/branches/developers/n4hy/ofdm2/config/grc_gnuradio_examples.m4
   gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/Makefile.am
   gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/c++/Makefile.am
Log:
dial_tone enabled

Modified: 
gnuradio/branches/developers/n4hy/ofdm2/config/grc_gnuradio_examples.m4
===================================================================
--- gnuradio/branches/developers/n4hy/ofdm2/config/grc_gnuradio_examples.m4     
2007-01-28 19:01:32 UTC (rev 4310)
+++ gnuradio/branches/developers/n4hy/ofdm2/config/grc_gnuradio_examples.m4     
2007-01-28 19:14:37 UTC (rev 4311)
@@ -38,6 +38,8 @@
         gnuradio-examples/python/multi_usrp/Makefile \
         gnuradio-examples/python/networking/Makefile \
         gnuradio-examples/python/usrp/Makefile \
+       gnuradio-examples/c++/Makefile \
+       gnuradio-examples/c++/dial_tone/Makefile \
     ])
 
     passed=yes

Modified: gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/Makefile.am
===================================================================
--- gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/Makefile.am       
2007-01-28 19:01:32 UTC (rev 4310)
+++ gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/Makefile.am       
2007-01-28 19:14:37 UTC (rev 4311)
@@ -21,4 +21,4 @@
 
 include $(top_srcdir)/Makefile.common
 
-SUBDIRS = python
+SUBDIRS = python c++

Modified: 
gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/c++/Makefile.am
===================================================================
--- gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/c++/Makefile.am   
2007-01-28 19:01:32 UTC (rev 4310)
+++ gnuradio/branches/developers/n4hy/ofdm2/gnuradio-examples/c++/Makefile.am   
2007-01-28 19:14:37 UTC (rev 4311)
@@ -23,4 +23,4 @@
 
 # FIXME: do not build automatically; need to detect required pre-requisites
 
-# SUBDIRS = dial_tone 
+SUBDIRS = dial_tone 





reply via email to

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