summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-05-03 21:16:44 +0100
committeriphydf <iphydf@users.noreply.github.com>2020-05-04 19:54:58 +0100
commit669ea8797ba7040d3bfbe1dfbf49e3222575d3a0 (patch)
tree9112f4b6a893bb18c720c1b13bd113cddb0e1eb3 /toxencryptsave
parentcc99ecd43a81cab0fba294a747658f0ea2c4bbe2 (diff)
Fix typo: `NAC_LIBS` -> `NACL_LIBS`.
This is working, so probably `NACL_LIBS` is entirely useless, but I can't be bothered to figure out what this was supposed to be, so here we are.
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxencryptsave/Makefile.inc b/toxencryptsave/Makefile.inc
index a4a4276a..9b7fa44b 100644
--- a/toxencryptsave/Makefile.inc
+++ b/toxencryptsave/Makefile.inc
@@ -42,7 +42,7 @@ libtoxencryptsave_la_LDFLAGS = $(LT_LDFLAGS) \
42 42
43libtoxencryptsave_la_LIBADD = $(LIBSODIUM_LIBS) \ 43libtoxencryptsave_la_LIBADD = $(LIBSODIUM_LIBS) \
44 $(NACL_OBJECTS) \ 44 $(NACL_OBJECTS) \
45 $(NAC_LIBS) \ 45 $(NACL_LIBS) \
46 $(PTHREAD_LIBS) \ 46 $(PTHREAD_LIBS) \
47 libtoxcore.la 47 libtoxcore.la
48 48