You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2013/02/16 00:40:50 UTC

svn commit: r1446816 - /qpid/proton/trunk/proton-c/CMakeLists.txt

Author: rhs
Date: Fri Feb 15 23:40:50 2013
New Revision: 1446816

URL: http://svn.apache.org/r1446816
Log:
fixed example build

Modified:
    qpid/proton/trunk/proton-c/CMakeLists.txt

Modified: qpid/proton/trunk/proton-c/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/CMakeLists.txt?rev=1446816&r1=1446815&r2=1446816&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/CMakeLists.txt Fri Feb 15 23:40:50 2013
@@ -235,7 +235,7 @@ endif (SWIG_FOUND)
 
 add_subdirectory(docs/api)
 add_subdirectory(docs/man)
-add_subdirectory(examples/messenger/c)
+add_subdirectory(../examples/messenger/c examples/messenger/c)
 
 set (qpid-proton-platform
   ${pn_driver_impl}



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org