From 19e39553188395a4ee057fa8c5e0f92cbeda4f28 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Mon, 18 Mar 2013 12:28:18 -0400
Subject: blocks: moved lfsr and friends to gr-blocks.

---
 gr-blocks/include/blocks/CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'gr-blocks/include/blocks/CMakeLists.txt')

diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt
index b34809ae59..fcd31e31a8 100644
--- a/gr-blocks/include/blocks/CMakeLists.txt
+++ b/gr-blocks/include/blocks/CMakeLists.txt
@@ -108,6 +108,8 @@ install(FILES
     fxpt.h
     fxpt_nco.h
     fxpt_vco.h
+    lfsr_15_1_0.h
+    lfsr_32k.h
     log2_const.h
     rotator.h
     nco.h
@@ -121,6 +123,7 @@ install(FILES
     burst_tagger.h
     char_to_float.h
     char_to_short.h
+    check_lfsr_32k_s.h
     complex_to_interleaved_short.h
     complex_to_float.h
     complex_to_imag.h
-- 
cgit v1.2.3