From 669ea8797ba7040d3bfbe1dfbf49e3222575d3a0 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 3 May 2020 21:16:44 +0100 Subject: 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. --- toxcore/Makefile.inc | 2 +- toxencryptsave/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc index be0c243c..bcf6781a 100644 --- a/toxcore/Makefile.inc +++ b/toxcore/Makefile.inc @@ -72,7 +72,7 @@ libtoxcore_la_LDFLAGS = $(LT_LDFLAGS) \ libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \ $(NACL_OBJECTS) \ - $(NAC_LIBS) \ + $(NACL_LIBS) \ $(PTHREAD_LIBS) if SET_SO_VERSION 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) \ libtoxencryptsave_la_LIBADD = $(LIBSODIUM_LIBS) \ $(NACL_OBJECTS) \ - $(NAC_LIBS) \ + $(NACL_LIBS) \ $(PTHREAD_LIBS) \ libtoxcore.la -- cgit v1.2.3