diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2012-12-11 23:59:31 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2012-12-11 23:59:31 +0100 |
commit | 5689a3b7449bde69ce6276b3b348f98d07c856cf (patch) | |
tree | 5da5298f8b53bc079768c1340573f5704b91f445 /utils | |
parent | c44310e351bd7740b377dda83cae1d29a3dc8b76 (diff) |
build: Don't use the deprecated INCLUDES in the various Makefile.am
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |