about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--src/xmpp_iq.c (renamed from src/iq.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a3e4dd9d..c3f487fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
 	src/muc.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/accounts.c src/accounts.h \
-	src/jid.h src/jid.c src/capabilities.h src/capabilities.c src/iq.c
+	src/jid.h src/jid.c src/capabilities.h src/capabilities.c src/xmpp_iq.c
 
 TESTS = tests/testsuite
 check_PROGRAMS = tests/testsuite
diff --git a/src/iq.c b/src/xmpp_iq.c
index 43e31147..ec6482f4 100644
--- a/src/iq.c
+++ b/src/xmpp_iq.c
@@ -1,5 +1,5 @@
 /*
- * iq.c
+ * xmpp_iq.c
  *
  * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *