From: jcorgan Date: Sun, 6 Aug 2006 20:22:03 +0000 (+0000) Subject: Fixed ticket 10. Merged from /gnuradio/developers/branches/jcorgan/ticket-10. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=37bee553f670da9c82b5a438fe06df3a1ca8b2aa;p=debian%2Fgnuradio 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 --- diff --git a/Makefile.common b/Makefile.common index aa126222..f0f02119 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 5050b4b4..b091d5a9 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 62706fce..865b57e0 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 = \