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 @@
noinst_LIBRARIES = libfe_common_core.a
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
$(GLIB_CFLAGS) \
-DHELPDIR=\""$(datadir)/irssi/help"\" \

View file

@ -2,7 +2,7 @@ SUBDIRS = dcc notifylist
noinst_LIBRARIES = libfe_common_irc.a
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \

View file

@ -1,6 +1,6 @@
noinst_LIBRARIES = libfe_irc_dcc.a
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \

View file

@ -1,6 +1,6 @@
noinst_LIBRARIES = libfe_irc_notifylist.a
INCLUDES = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \