diff --git a/Makefile.am b/Makefile.am index d42d0560..a3e4dd9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \ src/command.h src/contact.h src/history.h src/log.c src/preferences.h \ src/autocomplete.h src/title_bar.c src/windows.c src/common.c \ src/contact_list.c src/input_win.c src/log.h src/profanity.c \ - src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/connection.c \ + src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \ src/main.c src/profanity.h src/prof_history.h src/chat_log.c \ src/chat_log.h src/tinyurl.c src/tinyurl.h src/chat_session.c \ src/chat_session.h src/release.c src/release.h src/muc.c \ diff --git a/src/connection.c b/src/xmpp_conn.c similarity index 99% rename from src/connection.c rename to src/xmpp_conn.c index a32a3221..a1a751bd 100644 --- a/src/connection.c +++ b/src/xmpp_conn.c @@ -1,5 +1,5 @@ /* - * connection.c + * xmpp_conn.c * * Copyright (C) 2012, 2013 James Booth *