From 9bc5d1ed595e0ff0b7cec9a87d06a7923c211ebd Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 6 Apr 2014 14:44:03 +0200 Subject: removed all zend dependencies from the public extension object, and moved it into the src directory --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60e82e8..6bac3de 100644 --- a/Makefile +++ b/Makefile @@ -184,8 +184,8 @@ install: ${MKDIR} ${INSTALL_HEADERS}/phpcpp ${CP} phpcpp.h ${INSTALL_HEADERS} ${CP} include/*.h ${INSTALL_HEADERS}/phpcpp - ${CP} ${PHP_LIBRARY} ${INSTALL_LIB} - ${CP} ${HHVM_LIBRARY} ${INSTALL_LIB} + if [ -e ${PHP_LIBRARY} ]; then ${CP} ${PHP_LIBRARY} ${INSTALL_LIB}; fi + if [ -e ${HHVM_LIBRARY} ]; then ${CP} ${HHVM_LIBRARY} ${INSTALL_LIB}; fi ${CONFIG_UTILITY} > ${INSTALL_HEADERS}/phpcpp/config.h test: -- cgit v1.2.3