From c7139a7eca69b3245c615ca9ac830ac04eff777c Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Mon, 9 Apr 2012 12:46:11 -0700
Subject: gr: fix 2 places where pyc files get generated in-tree

Included the GrPython module to define PYTHON_DASH_B.
---
 gr-trellis/src/lib/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'gr-trellis/src')

diff --git a/gr-trellis/src/lib/CMakeLists.txt b/gr-trellis/src/lib/CMakeLists.txt
index 60e86b87cd..9080afa56e 100644
--- a/gr-trellis/src/lib/CMakeLists.txt
+++ b/gr-trellis/src/lib/CMakeLists.txt
@@ -17,6 +17,8 @@
 # the Free Software Foundation, Inc., 51 Franklin Street,
 # Boston, MA 02110-1301, USA.
 
+include(GrPython)
+
 ########################################################################
 # Setup the include and linker paths
 ########################################################################
-- 
cgit v1.2.3