summaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2016-01-12 14:56:18 +0100
committerJaroslav Kysela <perex@perex.cz>2016-01-12 14:56:18 +0100
commitc7e87084412b26ea36cc62ac557bcde18f56bf22 (patch)
treef6745df1d1d750ef51a03fd5e43789378ef1abc0 /src/conf
parentb917a0c0a87a07e2397a3468adf44f33fa329dde (diff)
downloadalsa-lib-c7e87084412b26ea36cc62ac557bcde18f56bf22.tar.gz
config files - do not include ucm/topology configuration when not requested
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/conf/Makefile.am b/src/conf/Makefile.am
index a04f73fd..5a3f857e 100644
--- a/src/conf/Makefile.am
+++ b/src/conf/Makefile.am
@@ -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