summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbc/Makefile.am b/sbc/Makefile.am
index 4492dfa7..ab8898af 100644
--- a/sbc/Makefile.am
+++ b/sbc/Makefile.am
@@ -1,4 +1,5 @@
+if ALSA
noinst_LTLIBRARIES = libsbc.la
libsbc_la_SOURCES = sbc.h sbc.c sbc_math.h sbc_tables.h
@@ -8,5 +9,6 @@ noinst_PROGRAMS = sbcinfo sbcdec sbcenc
sbcdec_LDADD = libsbc.la
sbcenc_LDADD = libsbc.la
+endif
MAINTAINERCLEANFILES = Makefile.in