summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 20dcfc8..b961506 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,9 @@ endif
if HAVE_TOPOLOGY
SUBDIRS += topology
endif
+if NHLT
+SUBDIRS += nhlt
+endif
EXTRA_DIST= README.md TODO gitcompile
AUTOMAKE_OPTIONS=foreign