Changeset 2770

Show
Ignore:
Timestamp:
11/09/07 16:07:42 (1 year ago)
Author:
mbanck
Message:

Make sure formats are consistently linked with $OPENSYNC_LIBRARIES

Files:

Legend:

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

    r2742 r2770  
    3434IF ( BUILD_XMLFORMAT ) 
    3535        OPENSYNC_FORMAT_ADD( vformat-xmlformat ${xmlformat_SRCS} vformat.c vformat-xmlformat.c ) 
    36         TARGET_LINK_LIBRARIES( vformat-xmlformat ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} ) 
     36        TARGET_LINK_LIBRARIES( vformat-xmlformat ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ) 
    3737ENDIF ( BUILD_XMLFORMAT )        
    3838