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
 )
 
 ########################################################################