From: Takashi Iwai Date: Wed, 2 Jul 2003 10:22:41 +0000 (+0000) Subject: added hdspconf and rmedigicontrol X-Git-Tag: v1.0.3~73 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=bb75acf88a6b71a4e42e35e5b80fac8bfda2a2ee;p=alsa-tools.git added hdspconf and rmedigicontrol --- diff --git a/Makefile b/Makefile index e8e8d26..94f3eca 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ VERSION = 0.9.4 TOP = . -SUBDIRS = ac3dec as10k1 envy24control sb16_csp seq sscape_ctl vxloader hdsploader +SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf \ + rmedigicontrol sb16_csp seq sscape_ctl vxloader all: @for i in $(SUBDIRS); do cd $(TOP)/$$i; ./cvscompile; cd ..; make -C $$i; done