summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/Makefile.inc')
-rw-r--r--other/bootstrap_daemon/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/Makefile.inc b/other/bootstrap_daemon/Makefile.inc
index 5dce910e..b278e3f0 100644
--- a/other/bootstrap_daemon/Makefile.inc
+++ b/other/bootstrap_daemon/Makefile.inc
@@ -10,7 +10,9 @@ tox_bootstrapd_SOURCES = \
10 ../other/bootstrap_daemon/src/config.c \ 10 ../other/bootstrap_daemon/src/config.c \
11 ../other/bootstrap_daemon/src/config_defaults.h \ 11 ../other/bootstrap_daemon/src/config_defaults.h \
12 ../other/bootstrap_node_packets.h \ 12 ../other/bootstrap_node_packets.h \
13 ../other/bootstrap_node_packets.c 13 ../other/bootstrap_node_packets.c \
14 ../other/bootstrap_daemon/src/command_line_arguments.h \
15 ../other/bootstrap_daemon/src/command_line_arguments.c
14 16
15tox_bootstrapd_CFLAGS = \ 17tox_bootstrapd_CFLAGS = \
16 -I$(top_srcdir)/other/bootstrap_daemon \ 18 -I$(top_srcdir)/other/bootstrap_daemon \