summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-02 20:19:40 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-02 20:19:40 -0400
commitedd5ab32154918728b2fb085a51a18266d8d0429 (patch)
tree84b3d0dd4aa64fd30df03fd551ae6989c511f72f /toxav/Makefile.inc
parentba0f7974ba3e7f0c9d3b2c5b94c8e8c9fa2a3b30 (diff)
This might fix the issue that someone reported about tox no longer
cross compiling for windows.
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 65098f1f..50e2564c 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -26,7 +26,8 @@ libtoxav_la_CFLAGS = -I../toxcore \
26libtoxav_la_LDFLAGS = $(TOXAV_LT_LDFLAGS) \ 26libtoxav_la_LDFLAGS = $(TOXAV_LT_LDFLAGS) \
27 $(LIBSODIUM_LDFLAGS) \ 27 $(LIBSODIUM_LDFLAGS) \
28 $(NACL_LDFLAGS) \ 28 $(NACL_LDFLAGS) \
29 $(EXTRA_LT_LDFLAGS) 29 $(EXTRA_LT_LDFLAGS) \
30 $(WINSOCK2_LIBS)
30 31
31libtoxav_la_LIBADD = libtoxcore.la \ 32libtoxav_la_LIBADD = libtoxcore.la \
32 $(LIBSODIUM_LIBS) \ 33 $(LIBSODIUM_LIBS) \