summaryrefslogtreecommitdiff
path: root/auto_tests/Makefile.inc
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-05 21:38:58 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-09 20:51:39 +0000
commit6cd4fcdec4e6671e63e8c7cba2ab4c6d594b13fd (patch)
tree09485be8361d503f1acdee57055535a6b3331d17 /auto_tests/Makefile.inc
parent05912fd65c52f97a600383be11cd741ae32d61bf (diff)
Remove libcheck from the dependencies.
We're not gaining much from this library, and it's a burden, especially for windows development.
Diffstat (limited to 'auto_tests/Makefile.inc')
-rw-r--r--auto_tests/Makefile.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc
index 536b08c5..6957262a 100644
--- a/auto_tests/Makefile.inc
+++ b/auto_tests/Makefile.inc
@@ -5,8 +5,7 @@ check_PROGRAMS = encryptsave_test messenger_autotest crypto_test network_test on
5 5
6AUTOTEST_CFLAGS = \ 6AUTOTEST_CFLAGS = \
7 $(LIBSODIUM_CFLAGS) \ 7 $(LIBSODIUM_CFLAGS) \
8 $(NACL_CFLAGS) \ 8 $(NACL_CFLAGS)
9 $(CHECK_CFLAGS)
10 9
11AUTOTEST_LDADD = \ 10AUTOTEST_LDADD = \
12 $(LIBSODIUM_LDFLAGS) \ 11 $(LIBSODIUM_LDFLAGS) \
@@ -15,8 +14,7 @@ AUTOTEST_LDADD = \
15 libtoxencryptsave.la \ 14 libtoxencryptsave.la \
16 $(LIBSODIUM_LIBS) \ 15 $(LIBSODIUM_LIBS) \
17 $(NACL_OBJECTS) \ 16 $(NACL_OBJECTS) \
18 $(NACL_LIBS) \ 17 $(NACL_LIBS)
19 $(CHECK_LIBS)
20 18
21 19
22 20