diff options
author | irungentoo <irungentoo@gmail.com> | 2014-07-27 10:24:56 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-07-27 10:24:56 -0400 |
commit | 26bec89287d767afcd395cae89dc51103a6555fc (patch) | |
tree | 33f6047b2e6b493179f423191343a5c1c3559592 | |
parent | 6dcd90a11695f34728c928570b2168341c3c9dcc (diff) | |
parent | 1e5e8eb2e8b7d407dd6e25e73b8a25747ea5b713 (diff) |
Merge branch 'master' of https://github.com/pyruvate/toxcore
-rw-r--r-- | auto_tests/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc index b33f1cef..ecf3f31f 100644 --- a/auto_tests/Makefile.inc +++ b/auto_tests/Makefile.inc | |||
@@ -7,7 +7,7 @@ AUTOTEST_CFLAGS = \ | |||
7 | $(LIBSODIUM_CFLAGS) \ | 7 | $(LIBSODIUM_CFLAGS) \ |
8 | $(NACL_CFLAGS) \ | 8 | $(NACL_CFLAGS) \ |
9 | $(CHECK_CFLAGS) | 9 | $(CHECK_CFLAGS) |
10 | 10 | ||
11 | AUTOTEST_LDADD = \ | 11 | AUTOTEST_LDADD = \ |
12 | $(LIBSODIUM_LDFLAGS) \ | 12 | $(LIBSODIUM_LDFLAGS) \ |
13 | $(NACL_LDFLAGS) \ | 13 | $(NACL_LDFLAGS) \ |
@@ -80,7 +80,7 @@ toxav_basic_test_SOURCES = ../auto_tests/toxav_basic_test.c | |||
80 | 80 | ||
81 | toxav_basic_test_CFLAGS = $(AUTOTEST_CFLAGS) | 81 | toxav_basic_test_CFLAGS = $(AUTOTEST_CFLAGS) |
82 | 82 | ||
83 | toxav_basic_test_LDADD = $(AUTOTEST_LDADD) | 83 | toxav_basic_test_LDADD = $(AUTOTEST_LDADD) $(AV_LIBS) |
84 | 84 | ||
85 | 85 | ||
86 | toxav_many_test_SOURCES = ../auto_tests/toxav_many_test.c | 86 | toxav_many_test_SOURCES = ../auto_tests/toxav_many_test.c |