summaryrefslogtreecommitdiff
path: root/toxencryptsave
diff options
context:
space:
mode:
authorRoman Yepishev <rye@keypressure.com>2016-02-26 22:58:13 -0500
committerRoman Yepishev <rye@keypressure.com>2016-02-26 22:58:13 -0500
commitb0e720846f9633f2cb0f0d984908fddd7f926333 (patch)
tree0edfbe38851c8e8d9a63c1da863b88815e08ce66 /toxencryptsave
parent72b1a17cc28c9a5a653823336bf0a495f6f271b1 (diff)
Add missing files so that archive for make dist is complete
Diffstat (limited to 'toxencryptsave')
-rw-r--r--toxencryptsave/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
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