diff mbox

[-,alsa-utils,1/5] Adding amidicat subdirectory to SUBDIRS

Message ID 1404118503-22921-2-git-send-email-alsa@krellan.com (mailing list archive)
State Accepted
Delegated to: Takashi Iwai
Headers show

Commit Message

Josh Lehan June 30, 2014, 8:54 a.m. UTC
Signed-off-by: Josh Lehan <alsa@krellan.com>

Comments

Clemens Ladisch June 30, 2014, 11:32 a.m. UTC | #1
Josh Lehan wrote:
> +++ b/Makefile.am
> -SUBDIRS = include alsactl alsaucm utils m4 po
> +SUBDIRS = include alsactl alsaucm utils m4 po amidicat

This belongs into the seq directory.


Regards,
Clemens
Josh Lehan July 1, 2014, 7:30 a.m. UTC | #2
On 06/30/2014 04:32 AM, Clemens Ladisch wrote:
> Josh Lehan wrote:
>> +++ b/Makefile.am
>> -SUBDIRS = include alsactl alsaucm utils m4 po
>> +SUBDIRS = include alsactl alsaucm utils m4 po amidicat
> 
> This belongs into the seq directory.

OK, good idea, I'll move it there.

Josh
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index f25eee2..43fb503 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 amidicat
 if ALSAMIXER
 SUBDIRS += alsamixer
 endif