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.3 KiB
Makefile
Raw Normal View History

2012-07-01 13:52:45 +00:00
bin_PROGRAMS = profanity
2013-01-28 00:32:57 +00:00
profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
src/preferences.c src/autocomplete.c src/status_bar.c \
2012-07-01 13:52:45 +00:00
src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
src/autocomplete.h src/title_bar.c src/windows.c src/common.c \
2012-07-01 13:52:45 +00:00
src/contact_list.c src/input_win.c src/log.h src/profanity.c \
2013-01-28 00:39:08 +00:00
src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \
2012-08-23 00:08:06 +00:00
src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
src/chat_log.h src/tinyurl.c src/tinyurl.h src/chat_session.c \
2013-01-12 01:01:39 +00:00
src/chat_session.h src/release.c src/release.h src/muc.c \
2013-01-28 01:06:58 +00:00
src/muc.h src/xmpp_stanza.c src/parser.c src/parser.h \
src/theme.c src/theme.h src/window.c src/window.h src/xdg_base.c \
2013-01-12 23:10:56 +00:00
src/xdg_base.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 \
2012-08-23 00:08:06 +00:00
tests/test_common.c tests/test_prof_history.c src/prof_history.c src/common.c \
tests/test_autocomplete.c src/autocomplete.c tests/testsuite.c \
2013-01-12 23:10:56 +00:00
tests/test_parser.c src/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