install canobserver header
authorKevron Rees <kevron.m.rees@intel.com>
Thu, 24 Apr 2014 23:59:03 +0000 (16:59 -0700)
committerKevron Rees <kevron.m.rees@intel.com>
Thu, 24 Apr 2014 23:59:03 +0000 (16:59 -0700)
plugins/common/CMakeLists.txt

index ac363d6..7f123ab 100644 (file)
@@ -1,7 +1,7 @@
 set(plugins_common_sources abstractio.hpp serialport.hpp bluetoothadapterproxy.c bluetooth.hpp bluetoothmanagerproxy.c bluetoothserialproxy.c bluetooth5.cpp canadapter.cpp cansocket.cpp cansocketreader.cpp
     canbusimpl.cpp cansocketadapter.cpp logger.cpp mutex.cpp thread.cpp ambpluginimpl.cpp)
 set(plugins_common_headers_install abstractio.hpp serialport.hpp bluetooth.hpp bluetoothadapterproxy.h bluetoothmanagerproxy.h bluetoothserialproxy.h bluetooth5.h canbus.h canadapter.h cansocket.h cansocketreader.h
-    canbusimpl.h cansocketadapter.h logger.h mutex.h thread.h ambplugin.h ambpluginimpl.h)
+    canbusimpl.h cansocketadapter.h canobserver.h logger.h mutex.h thread.h ambplugin.h ambpluginimpl.h)
 
 add_library(amb-plugins-common SHARED ${plugins_common_sources})