summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r--other/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc
index 2703f26a..736678fd 100644
--- a/other/Makefile.inc
+++ b/other/Makefile.inc
@@ -5,11 +5,14 @@ DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \
5 ../toxcore/friend_requests.h 5 ../toxcore/friend_requests.h
6 6
7DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ 7DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
8 $(LIBSODIUM_CFLAGS) 8 $(LIBSODIUM_CFLAGS) \
9 $(NACL_CFLAGS)
9 10
10DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \ 11DHT_bootstrap_LDADD = $(LIBSODIUM_LDFLAGS) \
12 $(NACL_LDFLAGS) \
11 libtoxcore.la \ 13 libtoxcore.la \
12 $(LIBSODIUM_LIBS) \ 14 $(LIBSODIUM_LIBS) \
15 $(NACL_LIBS) \
13 $(WINSOCK2_LIBS) 16 $(WINSOCK2_LIBS)
14 17
15EXTRA_DIST += $(top_srcdir)/other/DHTservers \ 18EXTRA_DIST += $(top_srcdir)/other/DHTservers \