about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-16 22:44:23 +0000
committerJames Booth <boothj5@gmail.com>2014-01-16 22:44:23 +0000
commit4f98bc8c25075891a1fd5a954ae83e961405a664 (patch)
tree9533784aa0fe7ae81ace0ee173235a9cd801a201 /Makefile.am
parent6c59bb26da67f2d48e0203e8df328205313d6c57 (diff)
downloadprofani-tty-4f98bc8c25075891a1fd5a954ae83e961405a664.tar.gz
Show OTR coloured status
Customisable within theme files e.g.:
titlebar.unencrypted=red
titlebar.encrypted=green
titlebar.trusted=red
titlebar.untrusted=green

Shows [unencrypted] for all non-OTR chat

Disable with '/otr warn off'
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 7b8a94c8..700f437a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,6 +60,8 @@ test_sources = \
 	src/config/accounts.h \
 	src/config/preferences.c src/config/preferences.h \
 	src/config/theme.c src/config/theme.h \
+    src/ui/windows.c src/ui/windows.h \
+    src/ui/window.c src/ui/window.h \
     tests/xmpp/mock_xmpp.h tests/xmpp/mock_xmpp.c \
     tests/ui/mock_ui.h tests/ui/mock_ui.c \
     tests/config/mock_accounts.h tests/config/mock_accounts.c \