summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2019-11-12 19:30:36 +0100
committerJaroslav Kysela <perex@perex.cz>2019-11-14 15:01:12 +0100
commit75d393a563efb578c79364a277087c6326267f52 (patch)
tree3f77ab98c0837ddd379f3b11455d1bf3ecb506bc /Makefile.am
parent1f37ba2a2b1c07c04de1c368cd4943f712cccfa5 (diff)
downloadalsa-lib-75d393a563efb578c79364a277087c6326267f52.tar.gz
create separated libatopology library with the topology routines
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 52f7654a..c484d4da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,9 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS=doc include src
+if BUILD_TOPOLOGY
+SUBDIRS += src/topology
+endif
if BUILD_MODULES
SUBDIRS += modules
endif