diff options
Diffstat (limited to 'toxdns')
-rw-r--r-- | toxdns/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toxdns/Makefile.inc b/toxdns/Makefile.inc index 1e66ab3f..689a58a5 100644 --- a/toxdns/Makefile.inc +++ b/toxdns/Makefile.inc | |||
@@ -25,4 +25,5 @@ libtoxdns_la_LDFLAGS = $(TOXCORE_LT_LDFLAGS) \ | |||
25 | libtoxdns_la_LIBADD = $(LIBSODIUM_LIBS) \ | 25 | libtoxdns_la_LIBADD = $(LIBSODIUM_LIBS) \ |
26 | $(NACL_OBJECTS) \ | 26 | $(NACL_OBJECTS) \ |
27 | $(NAC_LIBS) \ | 27 | $(NAC_LIBS) \ |
28 | $(PTHREAD_LIBS) | 28 | $(PTHREAD_LIBS) \ |
29 | libtoxcore.la | ||