summaryrefslogtreecommitdiff
path: root/toxencryptsave/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toxencryptsave/Makefile.inc')
-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