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

19 lines
929 B
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/history.c src/jabber.h \
2012-08-23 00:08:06 +00:00
src/preferences.c src/prof_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/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-23 00:08:06 +00:00
src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
2012-07-27 23:42:22 +00:00
src/chat_log.h src/tinyurl.c src/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 \
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_prof_autocomplete.c src/prof_autocomplete.c tests/testsuite.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