From 0a6c9e80f79b5bcb24571cec55b8c8bfe49996c9 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 7 May 2014 09:43:45 +0200 Subject: Makefiles - use AM_CPPFLAGS instead INCLUDES Signed-off-by: Jaroslav Kysela --- alsaucm/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alsaucm/Makefile.am') diff --git a/alsaucm/Makefile.am b/alsaucm/Makefile.am index 4eba677..c180d4a 100644 --- a/alsaucm/Makefile.am +++ b/alsaucm/Makefile.am @@ -3,11 +3,11 @@ bin_PROGRAMS = \ alsaucm_SOURCES = usecase.c -INCLUDES = \ +AM_CPPFLAGS = \ -Wall -I$(top_srcdir)/include alsaucm_LDADD = -lasound # local build -INCLUDES += -I$(top_srcdir)/../alsa-lib/include +AM_CPPFLAGS += -I$(top_srcdir)/../alsa-lib/include alsaucm_LDADD += -L$(top_srcdir)/../alsa-lib/src/.libs -- cgit v1.2.1