Author: rhs
Date: Mon Oct 15 02:14:44 2012
New Revision: 1398173
URL: http://svn.apache.org/viewvc?rev=1398173&view=rev
Log:
install idiomatic php binding
Modified:
qpid/proton/trunk/proton-c/bindings/php/CMakeLists.txt
Modified: qpid/proton/trunk/proton-c/bindings/php/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/CMakeLists.txt?rev=1398173&r1=1398172&r2=1398173&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/php/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/bindings/php/CMakeLists.txt Mon Oct 15 02:14:44
2012
@@ -66,6 +66,9 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cproton.php
DESTINATION ${PHP_REL_INCLUDE_DIR}
COMPONENT PHP)
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/proton.php
+ DESTINATION ${PHP_REL_INCLUDE_DIR}
+ COMPONENT PHP)
if (NOT ${PHP_INI_SCAN_DIR} STREQUAL "")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/cproton.ini
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]