From 7c7ad1f2f6c20ba82faec966061be63234ef8ec7 Mon Sep 17 00:00:00 2001
From: Nicholas Corgan <nick.corgan@ettus.com>
Date: Mon, 4 Nov 2013 09:40:42 -0800
Subject: wxgui: CPack fix

* CPack wasn't including most wxgui files in Windows packages
* Making CPack component registration consistent with other modules fixes problem
---
 gr-wxgui/python/wxgui/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'gr-wxgui/python')

diff --git a/gr-wxgui/python/wxgui/CMakeLists.txt b/gr-wxgui/python/wxgui/CMakeLists.txt
index 24e06acd5e..3a5cc11527 100644
--- a/gr-wxgui/python/wxgui/CMakeLists.txt
+++ b/gr-wxgui/python/wxgui/CMakeLists.txt
@@ -55,7 +55,7 @@ GR_PYTHON_INSTALL(
     slider.py
     stdgui2.py
     DESTINATION ${GR_PYTHON_DIR}/gnuradio/wxgui
-    COMPONENT "wxgui"
+    COMPONENT "wxgui_python"
 )
 
 ########################################################################
@@ -67,7 +67,7 @@ GR_PYTHON_INSTALL(
     forms/forms.py
     forms/converters.py
     DESTINATION ${GR_PYTHON_DIR}/gnuradio/wxgui/forms
-    COMPONENT "wxgui"
+    COMPONENT "wxgui_python"
 )
 
 ########################################################################
@@ -84,5 +84,5 @@ GR_PYTHON_INSTALL(
     plotter/plotter_base.py
     plotter/waterfall_plotter.py
     DESTINATION ${GR_PYTHON_DIR}/gnuradio/wxgui/plotter
-    COMPONENT "wxgui"
+    COMPONENT "wxgui_python"
 )
-- 
cgit v1.2.3