summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src
diff options
context:
space:
mode:
authorRoman Yepishev <rye@keypressure.com>2016-02-26 22:58:13 -0500
committerRoman Yepishev <rye@keypressure.com>2016-02-26 22:58:13 -0500
commitb0e720846f9633f2cb0f0d984908fddd7f926333 (patch)
tree0edfbe38851c8e8d9a63c1da863b88815e08ce66 /other/bootstrap_daemon/src
parent72b1a17cc28c9a5a653823336bf0a495f6f271b1 (diff)
Add missing files so that archive for make dist is complete
Diffstat (limited to 'other/bootstrap_daemon/src')
-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