diff options
author | Tom Rondeau | 2011-10-04 12:58:50 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-04 13:35:05 -0400 |
commit | dfda3abece86bd3ba4ad51214726827cbc705c30 (patch) | |
tree | cf2fe5c46203c1733953c8a4bcaa54da643e6e48 /gr-shd/lib/Makefile.am | |
parent | b205e8cda30fb3a20e2d0d0409c12e58417d92f3 (diff) | |
download | gnuradio-dfda3abece86bd3ba4ad51214726827cbc705c30.tar.gz gnuradio-dfda3abece86bd3ba4ad51214726827cbc705c30.tar.bz2 gnuradio-dfda3abece86bd3ba4ad51214726827cbc705c30.zip |
shd: changed name from xmini to smini in GR interface; needs to be matched in the s-mini firmware.
Diffstat (limited to 'gr-shd/lib/Makefile.am')
-rw-r--r-- | gr-shd/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-shd/lib/Makefile.am b/gr-shd/lib/Makefile.am index fe0f51e3d..7a887aebf 100644 --- a/gr-shd/lib/Makefile.am +++ b/gr-shd/lib/Makefile.am @@ -30,8 +30,8 @@ AM_CPPFLAGS = \ lib_LTLIBRARIES = libgnuradio-shd.la libgnuradio_shd_la_SOURCES = \ - gr_shd_xmini_source.cc \ - gr_shd_xmini_sink.cc + gr_shd_smini_source.cc \ + gr_shd_smini_sink.cc libgnuradio_shd_la_LIBADD = \ $(GNURADIO_CORE_LA) \ |