summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'other/Makefile.inc')
-rw-r--r--other/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/Makefile.inc b/other/Makefile.inc
index 7442fb39..2703f26a 100644
--- a/other/Makefile.inc
+++ b/other/Makefile.inc
@@ -1,8 +1,8 @@
1noinst_PROGRAMS += DHT_bootstrap 1noinst_PROGRAMS += DHT_bootstrap
2 2
3DHT_bootstrap_SOURCES = $(top_srcdir)/other/DHT_bootstrap.c \ 3DHT_bootstrap_SOURCES = ../other/DHT_bootstrap.c \
4 $(top_srcdir)/toxcore/DHT.h \ 4 ../toxcore/DHT.h \
5 $(top_srcdir)/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)