about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid <petrodavi@gmail.com>2016-03-13 17:37:40 +0100
committerDavid <petrodavi@gmail.com>2016-03-13 17:37:40 +0100
commit24c5d3882cfbd0f9c627a860ce63899a916eedeb (patch)
tree097900c438312b9332979522089745ab57a3727f /Makefile.am
parent72856f9b6c915b700c2bfbd8f408612fa26c97c2 (diff)
downloadprofani-tty-24c5d3882cfbd0f9c627a860ce63899a916eedeb.tar.gz
fix tests
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fe47faf8..77001905 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,6 +83,7 @@ unittest_sources = \
 	src/window_list.c src/window_list.h \
 	src/event/server_events.c src/event/server_events.h \
 	src/event/client_events.c src/event/client_events.h \
+	src/tray.h src/tray.c \
 	tests/unittests/xmpp/stub_xmpp.c \
 	tests/unittests/ui/stub_ui.c \
 	tests/unittests/log/stub_log.c \