summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c4823d8..6205b83 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# will find sub-directories named TSRM, Zend, ext and main.
#
-PHP_DIR = /usr/include/php5
+PHP_DIR = `php-config --include-dir`
#
@@ -27,7 +27,7 @@ PHP_DIR = /usr/include/php5
# You can see the command "whereis php"
#
-PHP_BIN = /usr/bin/php
+PHP_BIN = `php-config --php-binary`
#