summaryrefslogtreecommitdiff
path: root/src/lib-config
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/lib-config
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/lib-config')
-rw-r--r--src/lib-config/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib-config/Makefile.am b/src/lib-config/Makefile.am
index 4831ae66..06c7787c 100644
--- a/src/lib-config/Makefile.am
+++ b/src/lib-config/Makefile.am
@@ -1,6 +1,6 @@
noinst_LIBRARIES = libirssi_config.a
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(GLIB_CFLAGS)