summaryrefslogtreecommitdiff
path: root/Examples/CppClassesInPhp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/CppClassesInPhp/Makefile')
-rw-r--r--Examples/CppClassesInPhp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/CppClassesInPhp/Makefile b/Examples/CppClassesInPhp/Makefile
index 872cce3..0260376 100644
--- a/Examples/CppClassesInPhp/Makefile
+++ b/Examples/CppClassesInPhp/Makefile
@@ -4,7 +4,7 @@ CPP_FLAGS = -Wall -c -I. -g -std=c++11
PREFIX = /usr
#Edit these lines to correspond with your own directories
-LIBRARY_DIR = ${PREFIX}/lib/php5/20090626
+LIBRARY_DIR = ${PREFIX}/lib/php5/20121212
PHP_CONFIG_DIR = /etc/php5/cli/conf.d
LD = g++