From af403e2e2cc06b7ab8b5e0411060ef4d940c2c7f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 15 Jul 2012 15:19:12 -0300 Subject: build: Private library is not needed when tools are disabled --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3