about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-24 00:18:18 +0100
committerJames Booth <boothj5@gmail.com>2015-09-24 00:18:18 +0100
commitd96e68ea53c6457dbbd441d6dbe13c5c994d7a22 (patch)
treea4ffc77f9468d3c3bd4db62f45d6f9f9c1882e52 /Makefile.am
parent40ce5cb0e08c892dfa12488488e554e6c6a35f54 (diff)
downloadprofani-tty-d96e68ea53c6457dbbd441d6dbe13c5c994d7a22.tar.gz
Save trusted certificates to tlscerts file with more information
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 51b97dd8..3e37fe7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,6 +32,7 @@ core_sources = \
 	src/tools/autocomplete.c src/tools/autocomplete.h \
 	src/tools/tinyurl.c src/tools/tinyurl.h \
 	src/config/accounts.c src/config/accounts.h \
+	src/config/tlscerts.c src/config/tlscerts.h \
 	src/config/account.c src/config/account.h \
 	src/config/preferences.c src/config/preferences.h \
 	src/config/theme.c src/config/theme.h
@@ -57,6 +58,7 @@ unittest_sources = \
 	src/tools/tinyurl.c src/tools/tinyurl.h \
 	src/config/accounts.h \
 	src/config/account.c src/config/account.h \
+	src/config/tlscerts.c src/config/tlscerts.h \
 	src/config/preferences.c src/config/preferences.h \
 	src/config/theme.c src/config/theme.h \
 	src/window_list.c src/window_list.h \