]> git.alsa-project.org Git - alsa-lib.git/commitdiff
config files - do not include ucm/topology configuration when not requested
authorJaroslav Kysela <perex@perex.cz>
Tue, 12 Jan 2016 13:56:18 +0000 (14:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 12 Jan 2016 13:56:18 +0000 (14:56 +0100)
src/conf/Makefile.am

index a04f73fddc6590f5b7a8be4180f4fa82ec1e3959..5a3f857eff42d9d9bb695f1c2ebcab7f4a7f9875 100644 (file)
@@ -1,4 +1,11 @@
-SUBDIRS=cards pcm alsa.conf.d ucm topology
+SUBDIRS=cards pcm alsa.conf.d
+
+if BUILD_UCM
+SUBDIRS += ucm
+endif
+if BUILD_TOPOLOGY
+SUBDIRS += topology
+endif
 
 cfg_files = alsa.conf
 if BUILD_ALISP