1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/Makefile.am

25 lines
1.2 KiB
Makefile
Raw Normal View History

2012-07-01 13:52:45 +00:00
bin_PROGRAMS = profanity
profanity_SOURCES = src/command.c src/contact.c src/command_history.c src/xmpp.h \
2013-01-28 01:17:46 +00:00
src/preferences.c src/autocomplete.c src/ui_statusbar.c \
src/command.h src/contact.h src/log.c src/preferences.h \
2013-01-28 01:17:46 +00: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-28 01:35:11 +00:00
src/history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \
2013-01-28 22:24:47 +00:00
src/main.c src/profanity.h src/history.h src/xmpp_presence.c \
2013-01-28 20:16:18 +00:00
src/tinyurl.c src/tinyurl.h src/chat_session.c \
2013-01-29 00:21:04 +00:00
src/chat_session.h src/muc.c src/xmpp_message.c \
src/muc.h src/xmpp_stanza.c src/command_parser.c \
2013-01-28 19:52:49 +00: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-28 00:57:22 +00:00
src/jid.h src/jid.c src/xmpp_caps.c src/xmpp_iq.c
2012-07-08 21:54:14 +00: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-28 01:35:11 +00:00
tests/test_common.c tests/test_history.c src/history.c src/common.c \
tests/test_autocomplete.c src/autocomplete.c tests/testsuite.c \
tests/test_parser.c src/command_parser.c tests/test_jid.c src/jid.c
2012-07-08 22:40:15 +00:00
tests_testsuite_LDADD = -lheadunit -lstdc++
2012-07-01 13:52:45 +00:00
2012-08-19 19:34:05 +00:00
man_MANS = docs/profanity.1