summaryrefslogtreecommitdiff
path: root/other/Makefile.inc
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2016-01-04 22:43:36 -0500
committerirungentoo <irungentoo@gmail.com>2016-01-04 22:43:36 -0500
commitc6bed82d47aa39709bdd568fccc3847714ed1b74 (patch)
tree4e2dd8676a53e78a5b84e3abd68cdbe82a636737 /other/Makefile.inc
parent760f20c9455c2ef33ec9d242f209a1543f6acaf4 (diff)
parent9d1efd594914629204d4cd1a84678daf67eb8068 (diff)
Merge branch 'tox-bootstrapd-docker-support' of https://github.com/nurupo/InsertProjectNameHere
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) \