diff options
Diffstat (limited to 'gr-pager')
-rw-r--r-- | gr-pager/gnuradio-pager.pc.in | 2 | ||||
-rw-r--r-- | gr-pager/swig/Makefile.swig.gen | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-pager/gnuradio-pager.pc.in b/gr-pager/gnuradio-pager.pc.in index 6fda2d2f2..408d94eb2 100644 --- a/gr-pager/gnuradio-pager.pc.in +++ b/gr-pager/gnuradio-pager.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: gnuradio-comedi +Name: gnuradio-pager Description: GNU Radio blocks implementing a FLEX pager decoder Requires: gnuradio-core Version: @LIBVER@ diff --git a/gr-pager/swig/Makefile.swig.gen b/gr-pager/swig/Makefile.swig.gen index 70d215384..9f7467c1c 100644 --- a/gr-pager/swig/Makefile.swig.gen +++ b/gr-pager/swig/Makefile.swig.gen @@ -105,7 +105,7 @@ _pager_swig_la_CXXFLAGS = \ $(pager_swig_la_swig_cxxflags) python/pager_swig.cc: pager_swig.py -pager_swig.py: pager_swig.i +pager_swig.py: pager_swig.i # Include the python dependencies for this file -include python/pager_swig.d |