summaryrefslogtreecommitdiff
path: root/testing/Makefile.inc
diff options
context:
space:
mode:
authorjin-eld <jin at mediatomb dot cc>2013-08-27 14:06:19 +0300
committerjin-eld <jin at mediatomb dot cc>2013-08-27 14:25:09 +0300
commit14a8ee4e0d37034f27c03e2b4dfd32085ddee677 (patch)
tree67c8854db3ebd145222c95b834c5b49e0fdf62d2 /testing/Makefile.inc
parent9b249c5ca852c004bc2dcd248152c6e2d1214c26 (diff)
Make nTox work on MinGW/Win32
Diffstat (limited to 'testing/Makefile.inc')
-rw-r--r--testing/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/Makefile.inc b/testing/Makefile.inc
index 067b6ead..bd499ab6 100644
--- a/testing/Makefile.inc
+++ b/testing/Makefile.inc
@@ -13,8 +13,8 @@ nTox_CFLAGS = $(LIBSODIUM_CFLAGS) \
13nTox_LDADD = $(LIBSODIUM_LDFLAGS) \ 13nTox_LDADD = $(LIBSODIUM_LDFLAGS) \
14 libtoxcore.la \ 14 libtoxcore.la \
15 $(LIBSODIUM_LIBS) \ 15 $(LIBSODIUM_LIBS) \
16 $(NCURSES_LIBS) 16 $(NCURSES_LIBS) \
17 17 $(WINSOCK2_LIBS)
18endif 18endif
19 19
20 20