Changeset 485

Show
Ignore:
Timestamp:
07/10/08 17:57:08 (4 months ago)
Author:
bellmich
Message:

The http binaries will no longer be installed
because they are only dummies.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/CMakeLists.txt

    r435 r485  
    1111        TARGET_LINK_LIBRARIES( syncml-http-client syncml ) 
    1212        TARGET_LINK_LIBRARIES( syncml-http-server syncml ) 
    13         INSTALL( TARGETS syncml-http-client DESTINATION ${LIBSYNCML_BIN_DIR} ) 
    14         INSTALL( TARGETS syncml-http-server DESTINATION ${LIBSYNCML_BIN_DIR} ) 
     13        ## actually these files are only dummy implementations 
     14        ## INSTALL( TARGETS syncml-http-client DESTINATION ${LIBSYNCML_BIN_DIR} ) 
     15        ## INSTALL( TARGETS syncml-http-server DESTINATION ${LIBSYNCML_BIN_DIR} ) 
    1516ENDIF( ENABLE_HTTP ) 
    1617