summaryrefslogtreecommitdiff
path: root/Examples/FunctionReturnValue
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/FunctionReturnValue')
-rw-r--r--Examples/FunctionReturnValue/30-functionreturnvalue.ini (renamed from Examples/FunctionReturnValue/30-phpcpp.ini)0
-rw-r--r--Examples/FunctionReturnValue/Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/Examples/FunctionReturnValue/30-phpcpp.ini b/Examples/FunctionReturnValue/30-functionreturnvalue.ini
index 34c46cd..34c46cd 100644
--- a/Examples/FunctionReturnValue/30-phpcpp.ini
+++ b/Examples/FunctionReturnValue/30-functionreturnvalue.ini
diff --git a/Examples/FunctionReturnValue/Makefile b/Examples/FunctionReturnValue/Makefile
index 2d9f401..cf41971 100644
--- a/Examples/FunctionReturnValue/Makefile
+++ b/Examples/FunctionReturnValue/Makefile
@@ -11,7 +11,7 @@ LD = g++
LD_FLAGS = -Wall -shared -O2
RESULT = functionreturnvalue.so
-PHPINIFILE = 30-phpcpp.ini
+PHPINIFILE = 30-functionreturnvalue.ini
SOURCES = $(wildcard *.cpp)
OBJECTS = $(SOURCES:%.cpp=%.o)