From 85349bbb642a83012a7d0dbccde8b7c1eea1b914 Mon Sep 17 00:00:00 2001 From: Evangelos Trantos Date: Wed, 26 Feb 2014 11:44:00 +0100 Subject: Fixed makefile to refer to right /usr/ directory, and the operator()() methods in Php::Value are now all const (they do not modify the variable after all) --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b10035..8209a7e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -PREFIX = /home/work/ -INCLUDE_DIR = ${PREFIX}/include/ -LIBRARY_DIR = ${PREFIX}/lib/ +PREFIX = /usr +INCLUDE_DIR = ${PREFIX}/include +LIBRARY_DIR = ${PREFIX}/lib all: cd src; $(MAKE) -- cgit v1.2.3