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