summaryrefslogtreecommitdiff
path: root/src/irc/notifylist/Makefile.am
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-06-21 11:37:28 -0400
committerDave Reisner <dreisner@archlinux.org>2014-06-27 09:06:21 -0400
commitf0925de16bb70da0bf87332521f54f1defd23500 (patch)
tree745f9e0b5e3024f1bb2eba05087e44515277e964 /src/irc/notifylist/Makefile.am
parent13ea2cb622f48c528b36970eff5e2cf42b3769fc (diff)
downloadirssi-f0925de16bb70da0bf87332521f54f1defd23500.zip
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')
Diffstat (limited to 'src/irc/notifylist/Makefile.am')
-rw-r--r--src/irc/notifylist/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am
index c4a7f4a0..abd9d18d 100644
--- a/src/irc/notifylist/Makefile.am
+++ b/src/irc/notifylist/Makefile.am
@@ -1,6 +1,6 @@
noinst_LIBRARIES = libirc_notifylist.a
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \