about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-04-21 17:33:12 +0100
committerJames Booth <boothj5@gmail.com>2013-04-21 17:33:12 +0100
commit4257fc87e58d43dfc93117e68f0ce4970ffd3e65 (patch)
tree925952e86960b76a3d1f05ff0eb896a5158d1c8a /Makefile.am
parent6ff5f45ad3fee853a53b9e91f88e40526e4dfa4d (diff)
downloadprofani-tty-4257fc87e58d43dfc93117e68f0ce4970ffd3e65.tar.gz
Renamed windows.c -> core.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ef2752b5..edcdbb83 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ profanity_SOURCES = src/contact.c src/contact.h src/log.c src/common.c \
 	src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
 	src/xmpp/stanza.h src/xmpp/message.h src/xmpp/iq.h src/xmpp/presence.h \
 	src/xmpp/capabilities.h src/xmpp/connection.h \
-	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/windows.c \
+	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/core.c \
 	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
 	src/ui/console.c \
 	src/command/command.h src/command/command.c src/command/history.c \