build: Don't use the deprecated INCLUDES in the various Makefile.am

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
diff --git a/utils/Makefile.am b/utils/Makefile.am
index ae001da..6a3cd12 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