From: Tom Rondeau Date: Sun, 3 Oct 2010 19:39:52 +0000 (-0400) Subject: Adding gr_xmlrunner.py to Makefile. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=08fa4163ea77b3613c706ac126c32b55a7f75fc2;hp=2933f69b5d7afe6cf044a0f6305d05d19e7570af;p=debian%2Fgnuradio Adding gr_xmlrunner.py to Makefile. --- diff --git a/gnuradio-core/src/python/gnuradio/Makefile.am b/gnuradio-core/src/python/gnuradio/Makefile.am index f0516f2f..a3f3518d 100644 --- a/gnuradio-core/src/python/gnuradio/Makefile.am +++ b/gnuradio-core/src/python/gnuradio/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2004,2007,2008,2009 Free Software Foundation, Inc. +# Copyright 2004,2007,2008,2009,2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -34,6 +34,7 @@ grpython_PYTHON = \ ofdm_packet_utils.py \ packet_utils.py \ gr_unittest.py \ + gr_xmlrunner.py \ optfir.py \ usrp_options.py \ window.py