Fix win32 mingw native build

toxdns was not linking because of references to functions in crypto_core
This commit is contained in:
Jin^eLD 2014-07-13 23:20:31 +03:00
parent 72858076f5
commit 8fd457c67f

View File

@ -25,4 +25,5 @@ libtoxdns_la_LDFLAGS = $(TOXCORE_LT_LDFLAGS) \
libtoxdns_la_LIBADD = $(LIBSODIUM_LIBS) \
$(NACL_OBJECTS) \
$(NAC_LIBS) \
$(PTHREAD_LIBS)
$(PTHREAD_LIBS) \
libtoxcore.la