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