From 89d3b9fcb32368f14c34254067eb5ee62879948f Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 13 May 2012 21:40:39 +0100 Subject: Added generic prof_autocomplete --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit 1.4.1-2-gfad0 about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_sub.c
blob: 4afe87525c5887cb612bb648e2970b0ecedb6e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40