aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-02-08 14:15:27 +0100
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-02-08 14:15:27 +0100
commit7c82b1730f134f24cf9842ca0efb14da53da0a9f (patch)
tree650bb3334100ad4148562346861ad44737f0d227 /include
parent7e3b0dbfc8e415190b13b6c3efbc314a43a0f3bc (diff)
Improved synchronization, added message output with bursts
Diffstat (limited to 'include')
-rw-r--r--include/gsm/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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
)