From fd110bdbbe8bc40781c34f33c70deec5b7931109 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 6 Nov 2012 14:28:22 -0500
Subject: analog: Removing reference to gr.sig_source_X and gr.noise_source_X
 where possible.

Passing make and make test. Examples and apps need testing.

gr-filter relies on sig_source and noise_source, so can't remove them from core.
---
 gr-analog/examples/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-analog/examples/CMakeLists.txt')

diff --git a/gr-analog/examples/CMakeLists.txt b/gr-analog/examples/CMakeLists.txt
index 9476009869..f0f55b50c8 100644
--- a/gr-analog/examples/CMakeLists.txt
+++ b/gr-analog/examples/CMakeLists.txt
@@ -21,6 +21,7 @@ include(GrPython)
 
 # Base stuff
 GR_PYTHON_INSTALL(PROGRAMS
+    fmtest.py
     DESTINATION ${GR_PKG_ANALOG_EXAMPLES_DIR}
     COMPONENT "analog_python"
 )
-- 
cgit v1.2.3