diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-04 09:42:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-04 09:42:41 +0100 |
commit | 172868adf958db18fc79d34c3e085c149d4cd77c (patch) | |
tree | 8d7add181325b50323cf33a4db54b4e22061b1d4 /Makefile | |
parent | 9887d67ecca12b28f301d3b5a8ceb77931f3a35e (diff) |
php-shout: modernize: remove deprecated calls, add arginfo for reflection, fix build warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile |