You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2012/09/04 23:40:02 UTC

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

Author: astitcher
Date: Tue Sep  4 21:40:02 2012
New Revision: 1380902

URL: http://svn.apache.org/viewvc?rev=1380902&view=rev
Log:
PROTON-5: Include files are not installed for "make install"
Make install also install development header files
[From Gordon Sim]

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=1380902&r1=1380901&r2=1380902&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/CMakeLists.txt Tue Sep  4 21:40:02 2012
@@ -84,3 +84,7 @@ set_target_properties (
 install (TARGETS proton proton-dump qpid-proton
          RUNTIME DESTINATION bin
          LIBRARY DESTINATION lib)
+
+# Install header files
+file(GLOB headers "include/proton/*.h")
+install (FILES ${headers} DESTINATION include/proton)



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