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

30 lines
1.4 KiB
Makefile
Raw Normal View History

2012-07-01 13:52:45 +00:00
bin_PROGRAMS = profanity
profanity_SOURCES = src/contact.c src/preferences.c src/contact.h src/log.c \
src/preferences.h src/common.c src/contact_list.c src/log.h \
src/profanity.c src/common.h src/contact_list.h src/main.c \
src/profanity.h src/chat_session.c src/chat_session.h src/muc.c src/muc.h \
src/theme.c src/theme.h src/files.c src/files.h src/accounts.c \
src/accounts.h src/jid.h src/jid.c \
2013-02-02 19:47:41 +00:00
src/xmpp/xmpp.h src/xmpp/capabilities.c src/xmpp/connection.c \
2013-02-02 19:57:46 +00:00
src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
2013-02-02 20:27:46 +00:00
src/xmpp/stanza.h src/xmpp/message.h src/xmpp/iq.h src/xmpp/presence.h \
2013-02-02 20:33:54 +00:00
src/xmpp/capabilities.h \
2013-02-02 19:57:46 +00:00
src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/windows.c \
src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
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
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