Changeset 2018659 in nscp for modules/NRPEServer


Ignore:
Timestamp:
01/31/10 11:45:02 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
920626f
Parents:
c4d4219
Message:

Added protocol buffers for internal channels (only command as of now) this means this builds lacks "performance data" (as it has yet to be re-added) as well as requires changes to plugins as the API is NEW!

Location:
modules/NRPEServer
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NRPEServer/CMakeLists.txt

    rf029bc2 r2018659  
    1111  nrpe_connection.cpp 
    1212  nrpe_handler.cpp 
    13   ${NSCP_INCLUDE_PATH}/NSCHelper.cpp 
    14   ${NSCP_INCLUDE_PATH}/arrayBuffer.cpp 
    15   ${NSCP_INCLUDE_PATH}/utils.cpp 
    1613  ${NSCP_INCLUDE_PATH}/nrpe/nrpepacket.cpp 
     14 
     15  ${NSCP_DEF_PLUGIN_CPP} 
    1716) 
    1817 
     
    2726    nrpe_handler.hpp 
    2827    nrpe_parser.hpp 
    29     ${NSCP_INCLUDE_PATH}/strEx.h 
    30     ${NSCP_INCLUDE_PATH}/config.h 
    31     ${NSCP_INCLUDE_PATH}/utils.h 
    32     ${NSCP_INCLUDE_PATH}/NSCAPI.h 
    33     ${NSCP_INCLUDE_PATH}/NSCHelper.h 
    34     ${NSCP_INCLUDE_PATH}/nsc_module_wrapper.hpp 
    3528    ${NSCP_INCLUDE_PATH}/nrpe/nrpepacket.hpp 
    3629    ${NSCP_INCLUDE_PATH}/socket_helpers.hpp 
    3730    "${TARGET}.def" 
     31 
     32    ${NSCP_DEF_PLUGIN_HPP} 
    3833  ) 
    3934ENDIF(WIN32) 
     
    4237 
    4338target_link_libraries(${TARGET} 
    44   ${Boost_FILESYSTEM_LIBRARY} 
    45   ${Boost_LIBRARIES} 
    46   ${CMAKE_THREAD_LIBS_INIT} 
    47   ${OPENSSL_LIBRARIES} 
    48   ${EXTRA_LIBS} 
     39  ${Boost_FILESYSTEM_LIBRARY} 
     40  ${PROTOBUF_LIBRARY}  ${Boost_LIBRARIES} 
     41  ${OPENSSL_LIBRARIES} 
    4942) 
    5043 
Note: See TracChangeset for help on using the changeset viewer.