From c4a01b352664ea78ddb7bfe7ce65d62809737b54 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 5 Feb 2013 13:47:34 -0500
Subject: build: generated headers naming issue fixed.

---
 gr-analog/include/analog/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

diff --git a/gr-analog/include/analog/CMakeLists.txt b/gr-analog/include/analog/CMakeLists.txt
index 33c4d55a79..9f1dce500d 100644
--- a/gr-analog/include/analog/CMakeLists.txt
+++ b/gr-analog/include/analog/CMakeLists.txt
@@ -58,7 +58,7 @@ macro(expand_h root)
     )
 
   #install rules for the generated h files
-  list(APPEND generated_includes ${expanded_files_h})
+  list(APPEND analog_generated_includes ${expanded_files_h})
 endmacro(expand_h)
 
 ########################################################################
-- 
cgit v1.2.3