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
|
|
@ -14,7 +14,7 @@ libfe_perl_la_LDFLAGS = -module -avoid-version -rpath $(moduledir)
|
|||
perl-core.lo: irssi-core.pl.h
|
||||
perl-signals.lo: perl-signals-list.h
|
||||
|
||||
INCLUDES = \
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core \
|
||||
-I$(top_srcdir)/src/fe-common/core \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue