File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
other/bootstrap_daemon/src Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ tox_bootstrapd_SOURCES = \
1111 ../other/bootstrap_daemon/src/log.c \
1212 ../other/bootstrap_daemon/src/log.h \
1313 ../other/bootstrap_daemon/src/tox-bootstrapd.c \
14+ ../other/bootstrap_daemon/src/global.h \
1415 ../other/bootstrap_node_packets.c \
1516 ../other/bootstrap_node_packets.h
1617
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \
5050 ../toxcore/TCP_connection.c \
5151 ../toxcore/list.c \
5252 ../toxcore/list.h \
53- ../toxcore/misc_tools.h
53+ ../toxcore/misc_tools.h \
54+ ../toxcore/tox_old_code.h
5455
5556libtoxcore_la_CFLAGS = -I$(top_srcdir ) \
5657 -I$(top_srcdir ) /toxcore \
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ libtoxencryptsave_la_include_HEADERS = \
66libtoxencryptsave_la_includedir = $(includedir ) /tox
77
88libtoxencryptsave_la_SOURCES = ../toxencryptsave/toxencryptsave.h \
9- ../toxencryptsave/toxencryptsave.c
9+ ../toxencryptsave/toxencryptsave.c \
10+ ../toxencryptsave/defines.h
1011
1112
1213if WITH_NACL
You can’t perform that action at this time.
0 commit comments