mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
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:
parent
13ea2cb622
commit
f0925de16b
14 changed files with 14 additions and 14 deletions
|
|
@ -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/ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue