forked from pool/alsa-utils
26 lines
658 B
Diff
26 lines
658 B
Diff
|
From 5e5fe9e573efe211dcc3ca9a5bb520bcf00f7950 Mon Sep 17 00:00:00 2001
|
||
|
From: Takashi Iwai <tiwai@suse.de>
|
||
|
Date: Tue, 12 Aug 2014 16:19:06 +0200
|
||
|
Subject: [PATCH] Add missing alsa-info entry to the root Makefile.am
|
||
|
|
||
|
Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
||
|
---
|
||
|
Makefile.am | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index f25eee2e38ff..248eb11cb53a 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -1,6 +1,6 @@
|
||
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||
|
|
||
|
-SUBDIRS = include alsactl alsaucm utils m4 po
|
||
|
+SUBDIRS = include alsactl alsaucm utils m4 po alsa-info
|
||
|
if ALSAMIXER
|
||
|
SUBDIRS += alsamixer
|
||
|
endif
|
||
|
--
|
||
|
2.0.4
|
||
|
|