bdilly pushed a commit to branch master.

http://git.enlightenment.org/games/econcentration.git/commit/?id=5aa51bf2e83fc2ed8541eb14f991f359d9a2248c

commit 5aa51bf2e83fc2ed8541eb14f991f359d9a2248c
Author: Bruno Dilly <bdi...@profusion.mobi>
Date:   Fri Oct 14 18:53:38 2016 -0300

    Remove deprecated INCLUDES
    
    Get rid of warning:
    'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
---
 src/bin/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 7234156..16fe1d4 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -1,6 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES = \
+AM_CPPFLAGS = \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/bin \
 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \

-- 


Reply via email to