summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/Makefile.inc6
-rw-r--r--other/bootstrap_serverdaemon/Makefile.inc2
2 files changed, 4 insertions, 4 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)
diff --git a/other/bootstrap_serverdaemon/Makefile.inc b/other/bootstrap_serverdaemon/Makefile.inc
index 1320b761..2eaf7b9c 100644
--- a/other/bootstrap_serverdaemon/Makefile.inc
+++ b/other/bootstrap_serverdaemon/Makefile.inc
@@ -3,7 +3,7 @@ if BUILD_DHT_BOOTSTRAP_DAEMON
3noinst_PROGRAMS += DHT_bootstrap_daemon 3noinst_PROGRAMS += DHT_bootstrap_daemon
4 4
5DHT_bootstrap_daemon_SOURCES = \ 5DHT_bootstrap_daemon_SOURCES = \
6 $(top_srcdir)/other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c 6 ../other/bootstrap_serverdaemon/DHT_bootstrap_daemon.c
7 7
8DHT_bootstrap_daemon_CFLAGS = \ 8DHT_bootstrap_daemon_CFLAGS = \
9 -I$(top_srcdir)/other/bootstrap_serverdaemon \ 9 -I$(top_srcdir)/other/bootstrap_serverdaemon \