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