From 172868adf958db18fc79d34c3e085c149d4cd77c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Jan 2013 09:42:41 +0100 Subject: php-shout: modernize: remove deprecated calls, add arginfo for reflection, fix build warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e65467..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile -- cgit