diff options
author | irungentoo <irungentoo@gmail.com> | 2014-07-13 18:59:40 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2014-07-13 18:59:40 -0400 |
commit | 2119a35604c20bad36605c86b2d07a634eb01792 (patch) | |
tree | 0aa3466f5987c7a46ebebd818b57de5d31a52e57 /toxdns | |
parent | 88e3375dc7cdeddbd21db544219796f052b2ab14 (diff) | |
parent | 8fd457c67f76efbdc0f72e8dc1eb514323d81101 (diff) |
Merge branch 'fix-mingw32-native' of https://github.com/jin-eld/ProjectTox-Core
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 | ||