Browse Source

make sure test are linked against static libbcg729 to be able to access private symbol

pull/1/head
Jehan Monnier 11 years ago
parent
commit
687351a720
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/bin/Makefile.am

+ 1
- 0
test/bin/Makefile.am View File

@ -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

Loading…
Cancel
Save