From 6b63451701af354c4c047425a9caa5cb2aa781d7 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 25 Feb 2015 22:36:57 +0100 Subject: [PATCH] install lib also --- src/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index f4459d6..cff36cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,6 @@ -if BUILD_MSBCG729 -noinst_LTLIBRARIES = libbcg729.la -else + lib_LTLIBRARIES = libbcg729.la -endif + libbcg729_la_SOURCES= LP2LSPConversion.c \ LPSynthesisFilter.c \