2012-07-01 09:52:45 -04:00
|
|
|
bin_PROGRAMS = profanity
|
2013-01-27 20:23:37 -05:00
|
|
|
profanity_SOURCES = src/command.c src/contact.c src/command_history.c src/xmpp.h \
|
2013-01-27 20:17:46 -05:00
|
|
|
src/preferences.c src/autocomplete.c src/ui_statusbar.c \
|
2013-01-27 20:23:37 -05:00
|
|
|
src/command.h src/contact.h src/log.c src/preferences.h \
|
2013-01-27 20:17:46 -05:00
|
|
|
src/autocomplete.h src/ui_titlebar.c src/ui_windows.c src/common.c \
|
|
|
|
src/contact_list.c src/ui_inputwin.c src/log.h src/profanity.c \
|
2013-01-27 20:35:11 -05:00
|
|
|
src/history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \
|
2013-01-28 15:16:18 -05:00
|
|
|
src/main.c src/profanity.h src/history.h \
|
|
|
|
src/tinyurl.c src/tinyurl.h src/chat_session.c \
|
2013-01-28 15:07:25 -05:00
|
|
|
src/chat_session.h src/muc.c \
|
2013-01-27 20:43:43 -05:00
|
|
|
src/muc.h src/xmpp_stanza.c src/command_parser.c \
|
2013-01-28 14:52:49 -05:00
|
|
|
src/theme.c src/theme.h src/window.c src/window.h \
|
|
|
|
src/files.c src/files.h src/accounts.c src/accounts.h \
|
2013-01-27 19:57:22 -05:00
|
|
|
src/jid.h src/jid.c src/xmpp_caps.c src/xmpp_iq.c
|
2012-07-08 17:54:14 -04:00
|
|
|
|
|
|
|
TESTS = tests/testsuite
|
|
|
|
check_PROGRAMS = tests/testsuite
|
|
|
|
tests_testsuite_SOURCES = tests/test_contact_list.c src/contact_list.c src/contact.c \
|
2013-01-27 20:35:11 -05:00
|
|
|
tests/test_common.c tests/test_history.c src/history.c src/common.c \
|
2013-01-24 20:11:49 -05:00
|
|
|
tests/test_autocomplete.c src/autocomplete.c tests/testsuite.c \
|
2013-01-27 20:43:43 -05:00
|
|
|
tests/test_parser.c src/command_parser.c tests/test_jid.c src/jid.c
|
2012-07-08 18:40:15 -04:00
|
|
|
tests_testsuite_LDADD = -lheadunit -lstdc++
|
2012-07-01 09:52:45 -04:00
|
|
|
|
2012-08-19 15:34:05 -04:00
|
|
|
man_MANS = docs/profanity.1
|