From 9ae1afe31607cbfba772976f793008c65fb1a08e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Sep 2013 12:38:51 +0000 Subject: - replace deprecated INCLUDES with AM_CPPFLAGS --- src/experimentation/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/experimentation') diff --git a/src/experimentation/Makefile.am b/src/experimentation/Makefile.am index effbbbd00..a67f39ea8 100644 --- a/src/experimentation/Makefile.am +++ b/src/experimentation/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ -- cgit v1.2.3