s/INCLUDES/AM_CPPFLAGS/g

Silences warnings on recent automake such as:

src/core/Makefile.am:3: warning: 'INCLUDES' is the old name for
'AM_CPPFLAGS' (or '*_CPPFLAGS')
This commit is contained in:
Dave Reisner 2014-06-21 11:37:28 -04:00
commit f0925de16b
14 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
bin_PROGRAMS = botti
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \