summaryrefslogtreecommitdiff
path: root/auto_tests/Makefile.inc
diff options
context:
space:
mode:
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