Moved logins to accounts module

This commit is contained in:
James Booth
2012-12-02 01:29:42 +00:00
parent 30e4786180
commit 6826a66f85
8 changed files with 153 additions and 76 deletions

View File

@@ -10,7 +10,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
src/chat_session.h src/release.c src/release.h src/room_chat.c \
src/room_chat.h src/stanza.c src/stanza.h src/parser.c src/parser.h \
src/theme.c src/theme.h src/window.c src/window.h src/xdg_base.c \
src/xdg_base.h src/files.c src/files.h
src/xdg_base.h src/files.c src/files.h src/accounts.c src/accounts.h
TESTS = tests/testsuite
check_PROGRAMS = tests/testsuite