about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-13 21:40:39 +0100
committerJames Booth <boothj5@gmail.com>2012-05-13 21:40:39 +0100
commit89d3b9fcb32368f14c34254067eb5ee62879948f (patch)
tree055649ebd247f079585be99fcae56f634b0967eb /Makefile
parent9a0b52c22b6022719b0d0bc67816721e249bbaa9 (diff)
downloadprofani-tty-89d3b9fcb32368f14c34254067eb5ee62879948f.tar.gz
Added generic prof_autocomplete
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a59ec917..7354809f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ CPPLIB = -lstdc++
 CFLAGS = -I ~/include -O3 $(WARNS) $(LIBS) `pkg-config --cflags glib-2.0`
 OBJS = log.o windows.o title_bar.o status_bar.o input_win.o jabber.o \
        profanity.o util.o command.o history.o contact_list.o prof_history.o \
-	   contact.o preferences.o prof_tabcompletion.o main.o
+	   contact.o preferences.o prof_autocomplete.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
 
@@ -28,7 +28,7 @@ contact_list.o: contact_list.h contact.h
 prof_history.o: prof_history.h
 contact.o: contact.h
 preferences.o: preferences.h
-prof_tabcompletion.o: prof_tabcompletion.h
+prof_autocomplete.o: prof_autocomplete.h
 main.o: profanity.h
 
 test_contact_list.o: contact_list.h contact.h