summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2016-03-13 22:07:50 -0400
committerirungentoo <irungentoo@gmail.com>2016-03-13 22:07:50 -0400
commitaafeb7ddd8728ade4f3149bdcaf1013f067c685d (patch)
tree917c7789c723672e7ceb349d2382bd787515d2b9 /other/bootstrap_daemon
parent2e48a3f51d81e9b4208281f685ae8722ba7cb155 (diff)
parentb0e720846f9633f2cb0f0d984908fddd7f926333 (diff)
Merge branch 'make-dist' of https://github.com/roman-yepishev/toxcore
Diffstat (limited to 'other/bootstrap_daemon')
-rw-r--r--other/bootstrap_daemon/src/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/bootstrap_daemon/src/Makefile.inc b/other/bootstrap_daemon/src/Makefile.inc
index a0d75fa0..29b2822e 100644
--- a/other/bootstrap_daemon/src/Makefile.inc
+++ b/other/bootstrap_daemon/src/Makefile.inc
@@ -11,6 +11,7 @@ tox_bootstrapd_SOURCES = \
11 ../other/bootstrap_daemon/src/log.c \ 11 ../other/bootstrap_daemon/src/log.c \
12 ../other/bootstrap_daemon/src/log.h \ 12 ../other/bootstrap_daemon/src/log.h \
13 ../other/bootstrap_daemon/src/tox-bootstrapd.c \ 13 ../other/bootstrap_daemon/src/tox-bootstrapd.c \
14 ../other/bootstrap_daemon/src/global.h \
14 ../other/bootstrap_node_packets.c \ 15 ../other/bootstrap_node_packets.c \
15 ../other/bootstrap_node_packets.h 16 ../other/bootstrap_node_packets.h
16 17