From 964d6274b0eba38df43d77b87c44bd728d2f0fb5 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 7 Dec 2013 09:45:35 -0800 Subject: Renamed ini files so that multiple examples can be loaded at the same time --- Examples/CallPhpFunctions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/CallPhpFunctions/Makefile') diff --git a/Examples/CallPhpFunctions/Makefile b/Examples/CallPhpFunctions/Makefile index 29cf6ee..08312ba 100644 --- a/Examples/CallPhpFunctions/Makefile +++ b/Examples/CallPhpFunctions/Makefile @@ -11,7 +11,7 @@ LD = g++ LD_FLAGS = -Wall -shared -O2 RESULT = callphpfunction.so -PHPINIFILE = 30-phpcpp.ini +PHPINIFILE = 30-callphpfunction.ini SOURCES = $(wildcard *.cpp) OBJECTS = $(SOURCES:%.cpp=%.o) -- cgit v1.2.3