about summary refs log tree commit diff stats
path: root/html/f2c-2.png
Commit message (Expand)AuthorAgeFilesLines
* 2740Kartik K. Agaram2016-03-081-0/+0
* 2739Kartik K. Agaram2016-03-081-0/+0
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-0/+0
* 2426Kartik K. Agaram2015-11-111-0/+0
lass='alt'>
0d9c300b ^
5fd8dcbc ^



0fe70ce7 ^

c588a118 ^
2655d9e8 ^
3e92c60e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

                                                                            
                                                                    



                                                                                   
                                                                      
                                                  



                                                                                      

                                                                                       
                                           
 
                           
bin_PROGRAMS = profanity
profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
	src/preferences.c src/prof_autocomplete.c src/status_bar.c \
	src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
	src/prof_autocomplete.h src/title_bar.c src/windows.c src/common.c \
	src/contact_list.c src/input_win.c src/log.h src/profanity.c \
	src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/jabber.c \
	src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
	src/chat_log.h src/tinyurl.c src/tinyurl.h

TESTS = tests/testsuite
check_PROGRAMS = tests/testsuite
tests_testsuite_SOURCES = tests/test_contact_list.c src/contact_list.c src/contact.c \
	tests/test_common.c tests/test_prof_history.c src/prof_history.c src/common.c \
	tests/test_prof_autocomplete.c src/prof_autocomplete.c tests/testsuite.c
tests_testsuite_LDADD = -lheadunit -lstdc++

man_MANS = docs/profanity.1