commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3193 - in gnuradio/trunk: . gr-radio-astronomy/src/py


From: jcorgan
Subject: [Commit-gnuradio] r3193 - in gnuradio/trunk: . gr-radio-astronomy/src/python
Date: Sun, 6 Aug 2006 14:22:03 -0600 (MDT)

Author: jcorgan
Date: 2006-08-06 14:22:03 -0600 (Sun, 06 Aug 2006)
New Revision: 3193

Modified:
   gnuradio/trunk/Makefile.common
   gnuradio/trunk/TODO.build
   gnuradio/trunk/gr-radio-astronomy/src/python/Makefile.am
Log:
Fixed ticket 10.  Merged from /gnuradio/developers/branches/jcorgan/ticket-10.


Modified: gnuradio/trunk/Makefile.common
===================================================================
--- gnuradio/trunk/Makefile.common      2006-08-06 19:52:00 UTC (rev 3192)
+++ gnuradio/trunk/Makefile.common      2006-08-06 20:22:03 UTC (rev 3193)
@@ -21,11 +21,9 @@
 # 
 
 # includes
-# FIXME: are these used anymore?
 grincludedir   = $(includedir)/gnuradio
 
 # swig includes 
-# FIXME: are these used anymore?
 swigincludedir = $(grincludedir)/swig
 
 # Install this stuff in the appropriate subdirectory

Modified: gnuradio/trunk/TODO.build
===================================================================
--- gnuradio/trunk/TODO.build   2006-08-06 19:52:00 UTC (rev 3192)
+++ gnuradio/trunk/TODO.build   2006-08-06 20:22:03 UTC (rev 3193)
@@ -1,14 +1,10 @@
 Overall:
 
-* VPATH builds fail.  This is now part of ticket 10.
-
 * Change a Makefile.am in a subdir, must manually go back up and re-run
 configure. Otherwise it gets run somehow incorrectly.
 
-* Fix overuse of LIBS vs. LIBADD, LDADD, or LDFLAGS, allong with xxx_
+* Fix overuse of LIBS vs. LIBADD, LDADD, or LDFLAGS, along with xxx_, now 
ticket 18.
 
-* Make distcheck is failing, logged as ticket 10.
-
 * Use common run_tests.in file.  This is now ticket 3.
 
 dtools:
@@ -52,6 +48,3 @@
 usrp/doc:
 
 * Make not tested in this directory
-
-All:
-

Modified: gnuradio/trunk/gr-radio-astronomy/src/python/Makefile.am
===================================================================
--- gnuradio/trunk/gr-radio-astronomy/src/python/Makefile.am    2006-08-06 
19:52:00 UTC (rev 3192)
+++ gnuradio/trunk/gr-radio-astronomy/src/python/Makefile.am    2006-08-06 
20:22:03 UTC (rev 3193)
@@ -32,7 +32,9 @@
 wxguipythondir  = $(grpythondir)/wxgui
 wxguilibdir     = $(grpyexecdir)/wxgui
 
-EXTRA_DIST = run_tests.in
+EXTRA_DIST = run_tests.in              \
+            usrp_ra_receiver.py        \
+            usrp_psr_receiver.py
 
 
 TESTS =                                \





reply via email to

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