From f6b9173b02bfac093177cf6fd0f48ad56c5786c7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 31 Aug 2015 09:06:57 +0200 Subject: fix autoconf/automake warnings --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f322d2c..534c86e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 ACLOCAL_AMFLAGS = -I m4 -INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include SUBDIRS = src include pkgconfigdir = $(libdir)/pkgconfig -- cgit v1.2.3