Changeset 2684

Show
Ignore:
Timestamp:
10/29/07 13:20:04 (1 year ago)
Author:
prahal
Message:

Added missing "internal" linked libraries.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • format-plugins/vformat/src/CMakeLists.txt

    r2653 r2684  
    2323TARGET_LINK_LIBRARIES( vformat ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} ) 
    2424 
    25 TARGET_LINK_LIBRARIES( xmlformat-common ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES}
    26 TARGET_LINK_LIBRARIES( xmlformat-vcalendar ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES}
     25TARGET_LINK_LIBRARIES( xmlformat-common ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} vformat
     26TARGET_LINK_LIBRARIES( xmlformat-vcalendar ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} vformat xmlformat-common
    2727 
    28 TARGET_LINK_LIBRARIES( xmlformat-vcard ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES}
    29 TARGET_LINK_LIBRARIES( xmlformat-vevent ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES}
     28TARGET_LINK_LIBRARIES( xmlformat-vcard ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} xmlformat-common
     29TARGET_LINK_LIBRARIES( xmlformat-vevent ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} xmlformat-vcalendar
    3030TARGET_LINK_LIBRARIES( xmlformat-vnote ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} ) 
    3131#TARGET_LINK_LIBRARIES( xmlformat-vtodo ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} )