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 --- src/gsm/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gsm') diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am index 0544e0a1..6e2a785e 100644 --- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -2,8 +2,7 @@ # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification LIBVERSION=3:0:0 -INCLUDES = $(all_includes) -I$(top_srcdir)/include -AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} +AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} $(all_includes) -I$(top_srcdir)/include # FIXME: this should eventually go into a milenage/Makefile.am noinst_HEADERS = milenage/aes.h milenage/aes_i.h milenage/aes_wrap.h \ -- cgit v1.2.3