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 = \ ../other/bootstrap_daemon/src/log.c \ ../other/bootstrap_daemon/src/log.h \ ../other/bootstrap_daemon/src/tox-bootstrapd.c \ + ../other/bootstrap_daemon/src/global.h \ ../other/bootstrap_node_packets.c \ ../other/bootstrap_node_packets.h diff --git a/toxcore/Makefile.inc b/toxcore/Makefile.inc index 9fb910fc..d6b67eb2 100644 --- a/toxcore/Makefile.inc +++ b/toxcore/Makefile.inc @@ -50,7 +50,8 @@ libtoxcore_la_SOURCES = ../toxcore/DHT.h \ ../toxcore/TCP_connection.c \ ../toxcore/list.c \ ../toxcore/list.h \ - ../toxcore/misc_tools.h + ../toxcore/misc_tools.h \ + ../toxcore/tox_old_code.h libtoxcore_la_CFLAGS = -I$(top_srcdir) \ -I$(top_srcdir)/toxcore \ diff --git a/toxencryptsave/Makefile.inc b/toxencryptsave/Makefile.inc index 20c8b1b3..56bc101d 100644 --- a/toxencryptsave/Makefile.inc +++ b/toxencryptsave/Makefile.inc @@ -6,7 +6,8 @@ libtoxencryptsave_la_include_HEADERS = \ libtoxencryptsave_la_includedir = $(includedir)/tox libtoxencryptsave_la_SOURCES = ../toxencryptsave/toxencryptsave.h \ - ../toxencryptsave/toxencryptsave.c + ../toxencryptsave/toxencryptsave.c \ + ../toxencryptsave/defines.h if WITH_NACL