summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2014-05-07 09:43:45 +0200
committerJaroslav Kysela <perex@perex.cz>2014-05-07 10:55:59 +0200
commit0a6c9e80f79b5bcb24571cec55b8c8bfe49996c9 (patch)
treea9799d5f3b908241dac17456ae068fcc9a021466 /Makefile.am
parent3f9712b9cdb7320452f457805286b8e15632312e (diff)
downloadalsa-utils-0a6c9e80f79b5bcb24571cec55b8c8bfe49996c9.tar.gz
Makefiles - use AM_CPPFLAGS instead INCLUDES
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 21d69ab..f25eee2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES=-I$(top_srcdir)/include
+AM_CPPFLAGS=-I$(top_srcdir)/include
SUBDIRS = include alsactl alsaucm utils m4 po
if ALSAMIXER