Changeset 286

Show
Ignore:
Timestamp:
11/24/07 19:03:25 (1 year ago)
Author:
prahal
Message:

Add soversion so we can "compete" against the old autotools
libsyncml which has soversion 0.0.0 (in case both are installed
with the old as the system one).

Files:

Legend:

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

    r276 r286  
    2929ADD_LIBRARY( syncml SHARED ${libsyncml_LIB_SRCS} ) 
    3030 
     31SET_TARGET_PROPERTIES( syncml PROPERTIES SOVERSION ${LIBSYNCML_VERSION_MAJOR} ) 
    3132TARGET_LINK_LIBRARIES( syncml ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${LIBXML2_LIBRARIES} ${BLUEZ_LIBRARIES} ${LIBWBXML2_LIBRARIES} ${LIBSOUP2_LIBRARIES} ${OPENOBEX_LIBRARIES} ) 
    3233