Added libotr

This commit is contained in:
James Booth
2013-08-13 22:23:47 +01:00
parent be653667e4
commit bd1c139429
5 changed files with 85 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ core_sources = \
src/tools/tinyurl.c src/tools/tinyurl.h \
src/config/accounts.c src/config/accounts.h \
src/config/preferences.c src/config/preferences.h \
src/config/theme.c src/config/theme.h
src/config/theme.c src/config/theme.h \
src/otr.c src/otr.h
test_sources = \
tests/test_roster.c tests/test_common.c tests/test_history.c \