From 687351a720a5fbc245a7ad5f1a78b9a12dc49100 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Fri, 29 Aug 2014 16:54:51 +0200 Subject: [PATCH] make sure test are linked against static libbcg729 to be able to access private symbol --- test/bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bin/Makefile.am b/test/bin/Makefile.am index 968a409..e343173 100644 --- a/test/bin/Makefile.am +++ b/test/bin/Makefile.am @@ -30,3 +30,4 @@ preProcessingTest_SOURCES=$(top_srcdir)/test/src/preProcessingTest.c $(util_src) LDADD= $(top_builddir)/src/libbcg729.la AM_CPPFLAGS=-I$(top_srcdir)/include/ +AM_LDFLAGS=-all-static