2012-07-01 09:52:45 -04:00
|
|
|
bin_PROGRAMS = profanity
|
|
|
|
profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
|
2012-08-22 20:08:06 -04:00
|
|
|
src/preferences.c src/prof_autocomplete.c src/status_bar.c \
|
2012-07-01 09:52:45 -04:00
|
|
|
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 \
|
2012-08-22 20:08:06 -04:00
|
|
|
src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
|
2012-10-03 18:47:10 -04:00
|
|
|
src/chat_log.h src/tinyurl.c src/tinyurl.h src/chat_session.c \
|
2012-11-04 18:31:49 -05:00
|
|
|
src/chat_session.h src/release.c src/release.h src/room_chat.c \
|
2012-11-21 16:24:10 -05:00
|
|
|
src/room_chat.h src/stanza.c src/stanza.h src/parser.c src/parser.h \
|
2012-11-25 16:40:49 -05:00
|
|
|
src/theme.c src/theme.h src/window.c src/window.h src/xdg_base.c \
|
2012-12-01 20:29:42 -05:00
|
|
|
src/xdg_base.h src/files.c src/files.h src/accounts.c src/accounts.h
|
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 \
|
2012-08-22 20:08:06 -04:00
|
|
|
tests/test_common.c tests/test_prof_history.c src/prof_history.c src/common.c \
|
2012-10-03 18:47:10 -04:00
|
|
|
tests/test_prof_autocomplete.c src/prof_autocomplete.c tests/testsuite.c \
|
2012-11-17 19:07:00 -05:00
|
|
|
tests/test_parser.c src/parser.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
|