summaryrefslogtreecommitdiff
path: root/Examples/simple/Makefile
diff options
context:
space:
mode:
authorJasperVanEck <jaspergkurtz@gmail.com>2013-12-02 17:09:59 +0100
committerJasperVanEck <jaspergkurtz@gmail.com>2013-12-02 17:09:59 +0100
commit3750e24683f3a1d0b643e9808d9619db40d31cc4 (patch)
treefd6a2c60a0ff95460d73f0004ef2d4e12556e57a /Examples/simple/Makefile
parent9bb110fe1b7d9684d0af6bdd208b02a04c2a7392 (diff)
Added CppClassInPhp Example
Diffstat (limited to 'Examples/simple/Makefile')
-rw-r--r--Examples/simple/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/simple/Makefile b/Examples/simple/Makefile
index 6e3ecea..cfea8cf 100644
--- a/Examples/simple/Makefile
+++ b/Examples/simple/Makefile
@@ -9,7 +9,7 @@ PHP_CONFIG_DIR = /etc/php5/cli/conf.d
LD = g++
LD_FLAGS = -Wall -shared -O2
-RESULT = functionnoparameters.so
+RESULT = simple.so
PHPINIFILE = 30-phpcpp.ini