summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-07-15 15:19:12 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-07-29 20:01:50 -0700
commitaf403e2e2cc06b7ab8b5e0411060ef4d940c2c7f (patch)
tree0ffbc10d7daa1e0fe0cc05dbd1aef17e6899fb3c
parent1c165b7cce6c2a255a71b9899cbb1f1adc83fee2 (diff)
build: Private library is not needed when tools are disabled
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 536ad9d..54302d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,11 +16,11 @@ lib_LTLIBRARIES = sbc/libsbc.la
sbc_libsbc_la_SOURCES = $(sbc_headers) $(sbc_sources)
+if TOOLS
noinst_LTLIBRARIES = sbc/libsbc-private.la
sbc_libsbc_private_la_SOURCES = $(sbc_headers) $(sbc_sources)
-if TOOLS
bin_PROGRAMS = src/sbcinfo src/sbcdec src/sbcenc
src_sbcdec_SOURCES = src/sbcdec.c src/formats.h