summaryrefslogtreecommitdiff
path: root/toxdns/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-07-13 18:59:40 -0400
committerirungentoo <irungentoo@gmail.com>2014-07-13 18:59:40 -0400
commit2119a35604c20bad36605c86b2d07a634eb01792 (patch)
tree0aa3466f5987c7a46ebebd818b57de5d31a52e57 /toxdns/Makefile.inc
parent88e3375dc7cdeddbd21db544219796f052b2ab14 (diff)
parent8fd457c67f76efbdc0f72e8dc1eb514323d81101 (diff)
Merge branch 'fix-mingw32-native' of https://github.com/jin-eld/ProjectTox-Core
Diffstat (limited to 'toxdns/Makefile.inc')
-rw-r--r--toxdns/Makefile.inc3
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) \
25libtoxdns_la_LIBADD = $(LIBSODIUM_LIBS) \ 25libtoxdns_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