summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r--other/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc
index 368a32f2..c86b7922 100644
--- a/other/Makefile.inc
+++ b/other/Makefile.inc
@@ -2,7 +2,9 @@ bin_PROGRAMS += DHT_bootstrap
2 2
3DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \ 3DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \
4 ../toxcore/DHT.h \ 4 ../toxcore/DHT.h \
5 ../toxcore/friend_requests.h 5 ../toxcore/friend_requests.h \
6 ../other/bootstrap_node_packets.h \
7 ../other/bootstrap_node_packets.c
6 8
7DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \ 9DHT_bootstrap_CFLAGS = -I$(top_srcdir)/other \
8 $(LIBSODIUM_CFLAGS) \ 10 $(LIBSODIUM_CFLAGS) \