mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libcore.a
|
noinst_LIBRARIES = libcore.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core \
|
-I$(top_srcdir)/src/core \
|
||||||
$(GLIB_CFLAGS) \
|
$(GLIB_CFLAGS) \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libfe_common_core.a
|
noinst_LIBRARIES = libfe_common_core.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
|
||||||
$(GLIB_CFLAGS) \
|
$(GLIB_CFLAGS) \
|
||||||
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
||||||
|
@ -2,7 +2,7 @@ SUBDIRS = dcc notifylist
|
|||||||
|
|
||||||
noinst_LIBRARIES = libfe_common_irc.a
|
noinst_LIBRARIES = libfe_common_irc.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libfe_irc_dcc.a
|
noinst_LIBRARIES = libfe_irc_dcc.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libfe_irc_notifylist.a
|
noinst_LIBRARIES = libfe_irc_notifylist.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
bin_PROGRAMS = botti
|
bin_PROGRAMS = botti
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
bin_PROGRAMS = irssi
|
bin_PROGRAMS = irssi
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/fe-common/core/ \
|
-I$(top_srcdir)/src/fe-common/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libirc_core.a
|
noinst_LIBRARIES = libirc_core.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core \
|
-I$(top_srcdir)/src/core \
|
||||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libirc_dcc.a
|
noinst_LIBRARIES = libirc_dcc.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libirc_flood.a
|
noinst_LIBRARIES = libirc_flood.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libirc_notifylist.a
|
noinst_LIBRARIES = libirc_notifylist.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
moduledir = $(libdir)/irssi/modules
|
moduledir = $(libdir)/irssi/modules
|
||||||
module_LTLIBRARIES = libirc_proxy.la
|
module_LTLIBRARIES = libirc_proxy.la
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core/ \
|
-I$(top_srcdir)/src/core/ \
|
||||||
-I$(top_srcdir)/src/irc/core/ \
|
-I$(top_srcdir)/src/irc/core/ \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
noinst_LIBRARIES = libirssi_config.a
|
noinst_LIBRARIES = libirssi_config.a
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
$(GLIB_CFLAGS)
|
$(GLIB_CFLAGS)
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ libfe_perl_la_LDFLAGS = -module -avoid-version -rpath $(moduledir)
|
|||||||
perl-core.lo: irssi-core.pl.h
|
perl-core.lo: irssi-core.pl.h
|
||||||
perl-signals.lo: perl-signals-list.h
|
perl-signals.lo: perl-signals-list.h
|
||||||
|
|
||||||
INCLUDES = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/core \
|
-I$(top_srcdir)/src/core \
|
||||||
-I$(top_srcdir)/src/fe-common/core \
|
-I$(top_srcdir)/src/fe-common/core \
|
||||||
|
Loading…
Reference in New Issue
Block a user