about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-24 01:11:43 +0100
committerJames Booth <boothj5@gmail.com>2012-05-24 01:11:43 +0100
commit278cd9dd1d2b7ceea766cbe2f1bed050954540a5 (patch)
tree49c75530158485a7a22fba287235b890b4b75150 /Makefile
parent1b7170243c157fc73dc9a15b895fcf942b752c37 (diff)
downloadprofani-tty-278cd9dd1d2b7ceea766cbe2f1bed050954540a5.tar.gz
Renamed windows.h -> ui.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 744c91ed..3bb14787 100644
--- a/Makefile
+++ b/Makefile
@@ -17,12 +17,12 @@ profanity: $(OBJS)
 
 common.o: common.h
 log.o: log.h
-windows.o: windows.h util.h contact_list.h preferences.h
-title_bar.o: windows.h
-status_bar.o: windows.h util.h
-input_win.o: windows.h preferences.h
-jabber.o: jabber.h log.h windows.h contact_list.h
-profanity.o: log.h windows.h jabber.h command.h preferences.h \
+windows.o: ui.h util.h contact_list.h preferences.h
+title_bar.o: ui.h
+status_bar.o: ui.h util.h
+input_win.o: ui.h preferences.h
+jabber.o: jabber.h log.h ui.h contact_list.h
+profanity.o: log.h ui.h jabber.h command.h preferences.h \
 			 contact_list.h
 util.o: util.h
 command.o: command.h util.h history.h contact_list.h