Improved synchronization, added message output with bursts
diff --git a/include/gsm/CMakeLists.txt b/include/gsm/CMakeLists.txt
index aad938f..c7f4fb3 100644
--- a/include/gsm/CMakeLists.txt
+++ b/include/gsm/CMakeLists.txt
@@ -22,5 +22,6 @@
 ########################################################################
 install(FILES
     api.h
-    receiver.h DESTINATION include/gsm
+    receiver.h
+    bursts_printer.h DESTINATION include/gsm
 )