summaryrefslogtreecommitdiff
path: root/toxcore/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Makefile.inc')
-rw-r--r--toxcore/Makefile.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc
index 5f9ab0d7..0760952a 100644
--- a/toxcore/Makefile.inc
+++ b/toxcore/Makefile.inc
@@ -9,8 +9,10 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
9 ../toxcore/DHT.c \ 9 ../toxcore/DHT.c \
10 ../toxcore/network.h \ 10 ../toxcore/network.h \
11 ../toxcore/network.c \ 11 ../toxcore/network.c \
12 ../toxcore/Lossless_UDP.h \ 12 ../toxcore/crypto_core.h \
13 ../toxcore/Lossless_UDP.c \ 13 ../toxcore/crypto_core.c \
14 ../toxcore/ping_array.h \
15 ../toxcore/ping_array.c \
14 ../toxcore/net_crypto.h \ 16 ../toxcore/net_crypto.h \
15 ../toxcore/net_crypto.c \ 17 ../toxcore/net_crypto.c \
16 ../toxcore/friend_requests.h \ 18 ../toxcore/friend_requests.h \
@@ -52,6 +54,7 @@ libtoxcore_la_LDFLAGS = $(TOXCORE_LT_LDFLAGS) \
52 $(EXTRA_LT_LDFLAGS) \ 54 $(EXTRA_LT_LDFLAGS) \
53 $(LIBSODIUM_LDFLAGS) \ 55 $(LIBSODIUM_LDFLAGS) \
54 $(NACL_LDFLAGS) \ 56 $(NACL_LDFLAGS) \
57 $(RT_LIBS) \
55 $(WINSOCK2_LIBS) 58 $(WINSOCK2_LIBS)
56 59
57libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \ 60libtoxcore_la_LIBADD = $(LIBSODIUM_LIBS) \