diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-02-28 09:44:24 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-02-28 09:51:32 -0800 |
commit | 51c02f87a08efa4e679630771ec7dd0605e4986a (patch) | |
tree | 3201074186d887beb4db9d9f40843ea081891573 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | c4edfc69a1e2e5b6800d00a2436fb3c8d5ef3233 (diff) |
blocks: added gr::blocks::socket_pdu
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 48e399d065..cea725d360 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2012 Free Software Foundation, Inc. +# Copyright 2013 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -134,6 +134,7 @@ install(FILES rms_ff.h short_to_char.h short_to_float.h + socket_pdu.h stream_mux.h stream_to_streams.h stream_to_vector.h |