From 5689a3b7449bde69ce6276b3b348f98d07c856cf Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Tue, 11 Dec 2012 23:59:31 +0100 Subject: build: Don't use the deprecated INCLUDES in the various Makefile.am Signed-off-by: Sylvain Munaut --- utils/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index ae001da4..6a3cd12e 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,5 +1,6 @@ if ENABLE_UTILITIES -INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include + bin_PROGRAMS = osmo-arfcn osmo-auc-gen osmo_arfcn_SOURCES = osmo-arfcn.c -- cgit v1.2.3