This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
bcg729
mirror of
https://github.com/BelledonneCommunications/bcg729
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
8
Wiki
Activity
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
de8142f449
commit
687351a720
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save