From 369834c83e26ac090dbac48c8c8e885ba210665a Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Sat, 8 Oct 2011 12:50:46 -0700
Subject: gr: updated cmakelists after merge for additional files

---
 gr-digital/examples/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

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

diff --git a/gr-digital/examples/CMakeLists.txt b/gr-digital/examples/CMakeLists.txt
index f494d0f1e8..964596ae83 100644
--- a/gr-digital/examples/CMakeLists.txt
+++ b/gr-digital/examples/CMakeLists.txt
@@ -22,12 +22,16 @@ INCLUDE(GrPython)
 GR_PYTHON_INSTALL(PROGRAMS
     transmit_path.py
     receive_path.py
+    uhd_interface.py
     benchmark_tx.py
     benchmark_rx.py
     tx_voice.py
     rx_voice.py
     run_length.py
     gen_whitener.py
+    digital_bert_rx.py
+    digital_bert_tx.py
+    tunnel.py
     DESTINATION ${GR_PKG_DATA_DIR}/examples/digital
     COMPONENT "digital_python"
 )
-- 
cgit v1.2.3