summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 069024d..c34af85 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
CPP = g++
RM = rm -f
-PHP_DIR = /usr/include/php5
+PHP_DIR = /home/work/local/php/include/php/
CPP_FLAGS = -c -I. -I${PHP_DIR} -I${PHP_DIR}/main -I${PHP_DIR}/ext -I${PHP_DIR}/Zend -I${PHP_DIR}/TSRM -O2 -std=c++11
LD = g++