From: <dg...@su...> - 2009-01-10 21:23:01
|
Author: dgollub Date: Sat Jan 10 22:22:25 2009 New Revision: 5072 URL: http://www.opensync.org/changeset/5072 Log: Drop xmlformat-doc plugin from OpenSync core. xmlformat-doc plugin got moved to xmlformat-plugin repo. Deleted: trunk/formats/xmlformat-doc.c Modified: trunk/formats/CMakeLists.txt Modified: trunk/formats/CMakeLists.txt ============================================================================== --- trunk/formats/CMakeLists.txt Sat Jan 10 22:21:38 2009 (r5071) +++ trunk/formats/CMakeLists.txt Sat Jan 10 22:22:25 2009 (r5072) @@ -5,17 +5,14 @@ OPENSYNC_FORMAT_ADD( file file.c ) OPENSYNC_FORMAT_ADD( plain plain.c ) -OPENSYNC_FORMAT_ADD( xmlformat-doc xmlformat-doc.c ) TARGET_LINK_LIBRARIES( file opensync ${GLIB2_LIBRARIES} ) TARGET_LINK_LIBRARIES( plain opensync ${GLIB2_LIBRARIES} ) -TARGET_LINK_LIBRARIES( xmlformat-doc opensync ${GLIB2_LIBRARIES} ) ###### INSTALL ############## OPENSYNC_FORMAT_INSTALL( file ) OPENSYNC_FORMAT_INSTALL( plain ) -OPENSYNC_FORMAT_INSTALL( xmlformat-doc ) INSTALL( FILES file.h DESTINATION ${OPENSYNC_INCLUDE_DIR}/opensync ) |