diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-04-10 11:03:02 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-04-10 11:03:02 +0000 |
commit | 5daebe3831a85cc39a74c25798fb5123f2bdc633 (patch) | |
tree | 2a69a0a8c825c3d36fc1480aca730281e0c861f9 /sbc | |
parent | 67d220c148f13abca61977b3036ea9f356db9205 (diff) |
Only compile SBC library if ALSA is enabled
Diffstat (limited to 'sbc')
-rw-r--r-- | sbc/Makefile.am | 2 |
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 |