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: [email protected]
For additional commands, e-mail: [email protected]