aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-06 16:01:40 +0200
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-06 16:01:40 +0200
commit1c8de50663b9a0e2f00e35346ceff756b1123a26 (patch)
tree35965766ea6a0bc6d612d13d8b335928970575b3 /python
parentfdef6763932917b6a755828361e416f3abf841af (diff)
Changes to make clock_offset_corrector install and work on other machines
Diffstat (limited to 'python')
-rw-r--r--python/CMakeLists.txt3
-rw-r--r--python/__init__.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 1b24d40..8821d2f 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -36,7 +36,8 @@ GR_PYTHON_INSTALL(
sch_detector.py
fcch_detector.py
chirpz.py
- clock_offset_control.py DESTINATION ${GR_PYTHON_DIR}/gsm
+ clock_offset_control.py
+ clock_offset_corrector.py DESTINATION ${GR_PYTHON_DIR}/gsm
)
########################################################################
diff --git a/python/__init__.py b/python/__init__.py
index 3428109..7b96cf3 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -51,6 +51,7 @@ from fcch_burst_tagger import fcch_burst_tagger
from sch_detector import sch_detector
from fcch_detector import fcch_detector
from clock_offset_control import clock_offset_control
+from clock_offset_corrector import clock_offset_corrector
#