Changes to make clock_offset_corrector install and work on other machines
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 @@
     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 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
 
 #