diff options
author | jcorgan | 2006-08-06 20:22:03 +0000 |
---|---|---|
committer | jcorgan | 2006-08-06 20:22:03 +0000 |
commit | 37bee553f670da9c82b5a438fe06df3a1ca8b2aa (patch) | |
tree | 7c964265f586a1510c8d37af68c3a3e2d4f94ba3 | |
parent | 1c52e19c838eb8afa0a908b50d23c57d72782718 (diff) | |
download | gnuradio-37bee553f670da9c82b5a438fe06df3a1ca8b2aa.tar.gz gnuradio-37bee553f670da9c82b5a438fe06df3a1ca8b2aa.tar.bz2 gnuradio-37bee553f670da9c82b5a438fe06df3a1ca8b2aa.zip |
Fixed ticket 10. Merged from /gnuradio/developers/branches/jcorgan/ticket-10.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3193 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | Makefile.common | 2 | ||||
-rw-r--r-- | TODO.build | 9 | ||||
-rw-r--r-- | gr-radio-astronomy/src/python/Makefile.am | 4 |
3 files changed, 4 insertions, 11 deletions
diff --git a/Makefile.common b/Makefile.common index aa1262229..f0f02119a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 diff --git a/TODO.build b/TODO.build index 5050b4b4e..b091d5a93 100644 --- a/TODO.build +++ b/TODO.build @@ -1,13 +1,9 @@ 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_ - -* Make distcheck is failing, logged as ticket 10. +* Fix overuse of LIBS vs. LIBADD, LDADD, or LDFLAGS, along with xxx_, now ticket 18. * Use common run_tests.in file. This is now ticket 3. @@ -52,6 +48,3 @@ gnuradio-examples/python/gmsk2: usrp/doc: * Make not tested in this directory - -All: - diff --git a/gr-radio-astronomy/src/python/Makefile.am b/gr-radio-astronomy/src/python/Makefile.am index 62706fced..865b57e0b 100644 --- a/gr-radio-astronomy/src/python/Makefile.am +++ b/gr-radio-astronomy/src/python/Makefile.am @@ -32,7 +32,9 @@ ourlibdir = $(grpyexecdir) 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 = \ |