summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-27 23:41:04 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-27 23:41:04 -0400
commit8d50587b8172e1d8bb2b104f1ad25dc563532e6f (patch)
treefdfd064784f1d51a723078713d5558e69089fc0f /Cargo.toml
parent58ca6649a32af34cb8012bd87c6772d6a3655742 (diff)
downloadclinte-8d50587b8172e1d8bb2b104f1ad25dc563532e6f.tar.gz
made list the default behavior
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions
m?id=ccf71715ef92d94757c7dcefff705e9fe335fec3'>ccf71715 ^
0b40de5a ^
3ae74fea ^
4257fc87 ^
740e5b42 ^
f63f6863 ^
740e5b42 ^




9d34c412 ^



5fd8dcbc ^


c1ee75da ^

























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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
                        



                                                            
                                                                    
                                       
                                                                       
                                                                                
                                                                                
                                                       
                                             
                                                                   
                                                                
                                                              




                                                                           



                                                           


                                

























                                                                                
                                           
 
                           
bin_PROGRAMS = profanity
profanity_SOURCES = \
	src/contact.c src/contact.h src/log.c src/common.c \
	src/log.h src/profanity.c src/common.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/xmpp/roster.c src/xmpp/roster.h \
	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/core.c \
	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
	src/ui/console.c src/ui/notifier.c src/ui/notifier.h \
	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 = \
	src/contact.c src/contact.h src/log.c src/common.c \
	src/log.h src/profanity.c src/common.h \
	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/xmpp/roster.c src/xmpp/roster.h \
	src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/core.c \
	src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
	src/ui/console.c src/ui/notifier.c src/ui/notifier.h \
	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/test_roster.c tests/test_common.c tests/test_history.c \
	tests/test_autocomplete.c tests/testsuite.c tests/test_parser.c \
	tests/test_jid.c
tests_testsuite_LDADD = -lheadunit -lstdc++

man_MANS = docs/profanity.1