option to compile old websocketsource separately
authorKevron Rees <kevron.m.rees@intel.com>
Fri, 24 Jan 2014 22:23:01 +0000 (14:23 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Tue, 28 Jan 2014 18:25:34 +0000 (10:25 -0800)
Change-Id: Id65389359f548ac84ac350b22412562f84673ff0

plugins/websocketsourceplugin/CMakeLists.txt

index 5927597..a990fe5 100644 (file)
@@ -1,4 +1,4 @@
-if(websocket_plugin)
+if(websocketsource_plugin)
 
 include(CheckIncludeFiles)
 include_directories(${CMAKE_SOURCE_DIR}/lib ${include_dirs})
@@ -13,4 +13,4 @@ target_link_libraries(websocketsourceplugin amb ${websockets_LIBRARIES} -L${CMAK
 
 install(TARGETS websocketsourceplugin LIBRARY DESTINATION lib${LIB_SUFFIX}/automotive-message-broker)
 
-endif(websocket_plugin)
+endif(websocketsource_plugin)