Skip to content

Commit aafeb7d

Browse files
committed
Merge branch 'make-dist' of https://github.com/roman-yepishev/toxcore
2 parents 2e48a3f + b0e7208 commit aafeb7d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

other/bootstrap_daemon/src/Makefile.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

toxcore/Makefile.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5556
libtoxcore_la_CFLAGS = -I$(top_srcdir) \
5657
-I$(top_srcdir)/toxcore \

toxencryptsave/Makefile.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ libtoxencryptsave_la_include_HEADERS = \
66
libtoxencryptsave_la_includedir = $(includedir)/tox
77

88
libtoxencryptsave_la_SOURCES = ../toxencryptsave/toxencryptsave.h \
9-
../toxencryptsave/toxencryptsave.c
9+
../toxencryptsave/toxencryptsave.c \
10+
../toxencryptsave/defines.h
1011

1112

1213
if WITH_NACL

0 commit comments

Comments
 (0)