pull/1553/head
irungentoo 2016-03-13 22:07:50 -04:00
commit aafeb7ddd8
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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