about summary refs log tree commit diff stats
path: root/html/subx/apps/subx-common.subx.html
Commit message (Expand)AuthorAgeFilesLines
* 5485 - promote SubX to top-levelKartik Agaram2019-07-271-3128/+0
* 5468Kartik Agaram2019-07-251-2859/+2894
* .Kartik Agaram2019-07-141-206/+3037
* 5211Kartik Agaram2019-05-201-4/+4
* 5119Kartik Agaram2019-04-231-245/+193
* 5077Kartik Agaram2019-04-101-0/+314
19:57:46 +0000 committer James Booth <boothj5@gmail.com> 2013-02-02 19:57:46 +0000 Added ui subdir to source' href='/danisanti/profani-tty/commit/Makefile.am?id=ed3261a2385ad7a1e81e767d4cf27bc46ccbe305'>ed3261a2 ^
ccf71715 ^
0b40de5a ^
ed3261a2 ^
740e5b42 ^





9d34c412 ^



5fd8dcbc ^



86bad48f ^

84a4ab95 ^

c588a118 ^
2655d9e8 ^
3e92c60e ^
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
                        


                                                                          
                                                                    
                                       
                                                                       
                                                                                
                                                                                
                                                       
                                                                      





                                                                           



                                                           



                                                                                      

                                                                                   

                                                                             
                                           
 
                           
bin_PROGRAMS = profanity
profanity_SOURCES = src/contact.c src/contact.h src/log.c src/common.c \
	src/contact_list.c src/log.h src/profanity.c src/common.h \
	src/contact_list.h src/main.c src/profanity.h src/chat_session.c \
	src/chat_session.h src/muc.c src/muc.h src/jid.h src/jid.c \
	src/resource.c src/resource.h \
	src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/connection.c \
	src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
	src/xmpp/stanza.h src/xmpp/message.h src/xmpp/iq.h src/xmpp/presence.h \
	src/xmpp/capabilities.h src/xmpp/connection.h \
	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/windows.c \
	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
	src/command/command.h src/command/command.c src/command/history.c \
	src/command/history.h src/command/parser.c \
	src/command/parser.h \
	src/tools/autocomplete.c src/tools/autocomplete.h \
	src/tools/history.c src/tools/history.h \
	src/tools/tinyurl.c src/tools/tinyurl.h \
	src/config/accounts.c src/config/accounts.h \
	src/config/preferences.c src/config/preferences.h \
	src/config/theme.c src/config/theme.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_history.c src/tools/history.c src/common.c \
	tests/test_autocomplete.c src/tools/autocomplete.c tests/testsuite.c \
	tests/test_parser.c src/command/parser.c tests/test_jid.c src/jid.c \
	src/resource.c src/resource.h
tests_testsuite_LDADD = -lheadunit -lstdc++

man_MANS = docs/profanity.1