aboutsummaryrefslogtreecommitdiffstats
path: root/tests/interactive/Makefile.am
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2009-11-18 23:57:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-19 00:06:14 +0800
commitdb67069547cedf5728d0015b1c207da6bd5445f0 (patch)
treeddc8d23ab8a793c02f6cdc91f394d74983af9159 /tests/interactive/Makefile.am
parentd2da82d9684bd97038c95be1cef8cedf07e6df32 (diff)
downloadgsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar
gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.gz
gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.bz2
gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.lz
gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.xz
gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.tar.zst
gsoc2013-empathy-db67069547cedf5728d0015b1c207da6bd5445f0.zip
Move empathy-log to tests/interactive and don't install it anymore
Diffstat (limited to 'tests/interactive/Makefile.am')
-rw-r--r--tests/interactive/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index a66f518e9..7770e768f 100644
--- a/tests/interactive/Makefile.am
+++ b/tests/interactive/Makefile.am
@@ -13,6 +13,7 @@ LDADD = \
noinst_PROGRAMS = \
contact-manager \
+ empathy-logs \
empetit \
test-empathy-account-assistant \
test-empathy-presence-chooser \
@@ -20,6 +21,7 @@ noinst_PROGRAMS = \
test-empathy-protocol-chooser
contact_manager_SOURCES = contact-manager.c
+empathy_logs_SOURCES = empathy-logs.c
empetit_SOURCES = empetit.c
test_empathy_presence_chooser_SOURCES = test-empathy-presence-chooser.c
test_empathy_status_preset_dialog_SOURCES = test-empathy-status-preset-dialog.c