summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--other/bootstrap_daemon/src/Makefile.inc1
-rw-r--r--toxcore/Makefile.inc3
-rw-r--r--toxencryptsave/Makefile.inc3
3 files changed, 5 insertions, 2 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
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 \
50 ../toxcore/TCP_connection.c \ 50 ../toxcore/TCP_connection.c \
51 ../toxcore/list.c \ 51 ../toxcore/list.c \
52 ../toxcore/list.h \ 52 ../toxcore/list.h \
53 ../toxcore/misc_tools.h 53 ../toxcore/misc_tools.h \
54 ../toxcore/tox_old_code.h
54 55
55libtoxcore_la_CFLAGS = -I$(top_srcdir) \ 56libtoxcore_la_CFLAGS = -I$(top_srcdir) \
56 -I$(top_srcdir)/toxcore \ 57 -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 = \
6libtoxencryptsave_la_includedir = $(includedir)/tox 6libtoxencryptsave_la_includedir = $(includedir)/tox
7 7
8libtoxencryptsave_la_SOURCES = ../toxencryptsave/toxencryptsave.h \ 8libtoxencryptsave_la_SOURCES = ../toxencryptsave/toxencryptsave.h \
9 ../toxencryptsave/toxencryptsave.c 9 ../toxencryptsave/toxencryptsave.c \
10 ../toxencryptsave/defines.h
10 11
11 12
12if WITH_NACL 13if WITH_NACL