mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Add missing files so that archive for make dist is complete
This commit is contained in:
parent
72b1a17cc2
commit
b0e720846f
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user