summaryrefslogtreecommitdiff
path: root/Examples/FunctionNoParameters/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/FunctionNoParameters/Makefile')
-rw-r--r--Examples/FunctionNoParameters/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/FunctionNoParameters/Makefile b/Examples/FunctionNoParameters/Makefile
index 6e3ecea..e170ba3 100644
--- a/Examples/FunctionNoParameters/Makefile
+++ b/Examples/FunctionNoParameters/Makefile
@@ -11,7 +11,7 @@ LD = g++
LD_FLAGS = -Wall -shared -O2
RESULT = functionnoparameters.so
-PHPINIFILE = 30-phpcpp.ini
+PHPINIFILE = 30-functionnoparameters.ini
SOURCES = $(wildcard *.cpp)
OBJECTS = $(SOURCES:%.cpp=%.o)