From 13643ceb7396101cc8611c5c366df2a7f0fa5c17 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 22 Jan 2009 14:11:14 +0100 Subject: Replace INCLUDES by AM_CPPFLAGS in Makefile.am. This patch fixes autotools warning about deprecated usage of INCLUDES in Makefile.am. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ac35ce3..837fff6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ man_MANS = ulogd.8 EXTRA_DIST = $(man_MANS) debian ulogd.logrotate ulogd.spec ulogd.conf.in doc -INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include SUBDIRS = include libipulog src input filter output noinst_DATA = ulogd.conf -- cgit v1.2.3