diff options
author | irungentoo <irungentoo@gmail.com> | 2014-04-25 11:17:20 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-04-25 11:17:20 -0400 |
commit | 45d122e2cbdd0a69dbd76941dc8a8a44ec1f0842 (patch) | |
tree | 8bcc6c3f085825373490ec78aa35f6484febca63 /auto_tests/Makefile.inc | |
parent | c16928c4aa606291eb05a94b8228096d3a71d11c (diff) |
Fixed building with NaCl.
Diffstat (limited to 'auto_tests/Makefile.inc')
-rw-r--r-- | auto_tests/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/Makefile.inc b/auto_tests/Makefile.inc index a8771695..eaea8ac3 100644 --- a/auto_tests/Makefile.inc +++ b/auto_tests/Makefile.inc | |||
@@ -14,6 +14,7 @@ AUTOTEST_LDADD = \ | |||
14 | $(NACL_LDFLAGS) \ | 14 | $(NACL_LDFLAGS) \ |
15 | libtoxcore.la \ | 15 | libtoxcore.la \ |
16 | $(LIBSODIUM_LIBS) \ | 16 | $(LIBSODIUM_LIBS) \ |
17 | $(NACL_OBJECTS) \ | ||
17 | $(NACL_LIBS) \ | 18 | $(NACL_LIBS) \ |
18 | $(CHECK_LIBS) | 19 | $(CHECK_LIBS) |
19 | 20 | ||