|
From: <svn...@op...> - 2009-11-02 12:37:53
|
Author: dgollub Date: Mon Nov 2 13:27:58 2009 New Revision: 5913 URL: http://www.opensync.org/changeset/5913 Log: Drop external-demo configuration from the build-env. The default config got dropped in a previous commit. This fixes the build of the example plugins. Modified: trunk/docs/examples/plugins/src/CMakeLists.txt Modified: trunk/docs/examples/plugins/src/CMakeLists.txt ============================================================================== --- trunk/docs/examples/plugins/src/CMakeLists.txt Mon Nov 2 13:26:41 2009 (r5912) +++ trunk/docs/examples/plugins/src/CMakeLists.txt Mon Nov 2 13:27:58 2009 (r5913) @@ -12,7 +12,6 @@ OPENSYNC_PLUGIN_INSTALL( example_plugin ) ### External Synchronization Plugin ######## -OPENSYNC_PLUGIN_CONFIG( external-demo ) OPENSYNC_EXTERNAL_PLUGIN_INSTALL( external_plugin.xml ) ADD_EXECUTABLE( example_external_demo external_demo.c ) |