summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-04 09:42:41 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-04 09:42:41 +0100
commit172868adf958db18fc79d34c3e085c149d4cd77c (patch)
tree8d7add181325b50323cf33a4db54b4e22061b1d4 /Makefile
parent9887d67ecca12b28f301d3b5a8ceb77931f3a35e (diff)
php-shout: modernize: remove deprecated calls, add arginfo for reflection, fix build warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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