about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-19 22:05:54 +0100
committerJames Booth <boothj5@gmail.com>2012-05-19 22:05:54 +0100
commit420dc882e1c378a2c9bf459680bc68c3dd6e90b6 (patch)
tree41b5c8976b6bc4a4cdaaabf235066d9d3691fb72
parent8c68fa0be51f9f12e971b01c6dc9c358a99cfb02 (diff)
downloadprofani-tty-420dc882e1c378a2c9bf459680bc68c3dd6e90b6.tar.gz
Added common to tests
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d44477df..786a57f4 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ OBJS = log.o windows.o title_bar.o status_bar.o input_win.o jabber.o \
 	   contact.o preferences.o prof_autocomplete.o common.o main.o
 TESTOBJS = test_contact_list.o contact_list.o contact.o \
 	       test_util.o test_prof_history.o prof_history.o util.o \
-		   test_prof_autocomplete.o prof_autocomplete.o
+		   test_prof_autocomplete.o prof_autocomplete.o common.o
 
 profanity: $(OBJS)
 	$(CC) -o profanity $(OBJS) $(LIBS)
@@ -31,7 +31,7 @@ contact_list.o: contact_list.h contact.h prof_autocomplete.h
 prof_history.o: prof_history.h
 contact.o: contact.h
 preferences.o: preferences.h
-prof_autocomplete.o: prof_autocomplete.h
+prof_autocomplete.o: prof_autocomplete.h common.h
 main.o: profanity.h
 
 test_contact_list.o: contact_list.h contact.h