From 45f9c0a5792526279ebf5ffa6a4853c7e2de6dd6 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Sun, 10 Mar 2013 22:45:00 -0400
Subject: blocks: moved file sink and base and descriptor source/sink to
 gr-blocks.

---
 gr-blocks/include/blocks/CMakeLists.txt | 4 ++++
 1 file changed, 4 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 7e9c396daf..16df3cac1a 100644
--- a/gr-blocks/include/blocks/CMakeLists.txt
+++ b/gr-blocks/include/blocks/CMakeLists.txt
@@ -101,6 +101,7 @@ install(FILES
     api.h
     control_loop.h
     count_bits.h
+    file_sink_base.h
     fxpt.h
     fxpt_nco.h
     fxpt_vco.h
@@ -123,6 +124,9 @@ install(FILES
     conjugate_cc.h
     deinterleave.h
     delay.h
+    file_descriptor_sink.h
+    file_descriptor_source.h
+    file_sink.h
     file_source.h
     file_meta_sink.h
     file_meta_source.h
-- 
cgit v1.2.3