Add missing files so that archive for make dist is complete

pull/1532/head
Roman Yepishev 2016-02-26 22:58:13 -05:00
parent 72b1a17cc2
commit b0e720846f
No known key found for this signature in database
GPG Key ID: 36E6C11BD01DF544
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