diff options
author | Josh Blum | 2011-01-05 16:22:47 -0800 |
---|---|---|
committer | Josh Blum | 2011-01-19 22:24:57 -0800 |
commit | cf33e1e5f75c627907811e07e4c3c7a6b6175e8a (patch) | |
tree | 3500a8727fa1241b3401fb656c6c4e9a3d68e8cc /gr-uhd/lib/Makefile.am | |
parent | c63edcbe834c0929a7e0c7907f7c79ffc3fc5667 (diff) | |
download | gnuradio-cf33e1e5f75c627907811e07e4c3c7a6b6175e8a.tar.gz gnuradio-cf33e1e5f75c627907811e07e4c3c7a6b6175e8a.tar.bz2 gnuradio-cf33e1e5f75c627907811e07e4c3c7a6b6175e8a.zip |
uhd: added export macros (not used now) and updated copyright dates
Diffstat (limited to 'gr-uhd/lib/Makefile.am')
-rw-r--r-- | gr-uhd/lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-uhd/lib/Makefile.am b/gr-uhd/lib/Makefile.am index 1bcfbbbdc..7ddb45cb3 100644 --- a/gr-uhd/lib/Makefile.am +++ b/gr-uhd/lib/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2010 Free Software Foundation, Inc. +# Copyright 2010-2011 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -41,6 +41,7 @@ libgnuradio_uhd_la_LIBADD = \ libgnuradio_uhd_la_LDFLAGS = $(LTVERSIONFLAGS) grinclude_HEADERS = \ + gr_uhd_api.h \ uhd_multi_usrp_source.h \ uhd_multi_usrp_sink.h \ uhd_single_usrp_source.h \ |