summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-30 06:16:05 -0800
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2013-12-30 06:16:05 -0800
commit3626372cc9cd23c87ddbd54689699bd60e252ad5 (patch)
treed20f78fd00ca7c79d3cc4e121b05b0e1ab8cbca1
parentd95729f4588acca4a2fbd74043cf2fb32b9ba94f (diff)
fix to makefile
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index c34af85..069024d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
CPP = g++
RM = rm -f
-PHP_DIR = /home/work/local/php/include/php/
+PHP_DIR = /usr/include/php5
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++