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. --- input/flow/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/flow') diff --git a/input/flow/Makefile.am b/input/flow/Makefile.am index 012feb8..11bf217 100644 --- a/input/flow/Makefile.am +++ b/input/flow/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include AM_CFLAGS=-fPIC -Wall pkglib_LTLIBRARIES = ulogd_inpflow_NFCT.la # ulogd_inpflow_IPFIX.la -- cgit v1.2.3