diff options
-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 aa12622298..f0f02119ab 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 5050b4b4ed..b091d5a932 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 62706fced8..865b57e0b3 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 = \ |