about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-10 09:55:55 +0100
committerJames Booth <boothj5@gmail.com>2012-05-10 09:55:55 +0100
commitaa26278a4611157e3eb8e55239bd6cd4f2a6b687 (patch)
tree180189901509e193393352672e9960e5278ea664 /Makefile
parent90c985c4d2031c54c67d236797b0e8d528c73594 (diff)
downloadprofani-tty-aa26278a4611157e3eb8e55239bd6cd4f2a6b687.tar.gz
Moved beep/flash settings to preferences
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 24e8d2fa..7bc0e963 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ profanity: $(OBJS)
 	$(CC) -o profanity $(OBJS) $(LIBS)
 
 log.o: log.h
-windows.o: windows.h util.h contact_list.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
@@ -27,7 +27,7 @@ history.o: history.h prof_history.h
 contact_list.o: contact_list.h contact.h
 prof_history.o: prof_history.h
 contact.o: contact.h
-preferences.o: preferences.h windows.h
+preferences.o: preferences.h
 main.o: profanity.h
 
 test_contact_list.o: contact_list.h contact.h