[empathy] Move empathy-log to tests/interactive and don't install it anymore



commit db67069547cedf5728d0015b1c207da6bd5445f0
Author: Laurent Bigonville <bigon bigon be>
Date:   Wed Nov 18 16:57:24 2009 +0100

    Move empathy-log to tests/interactive and don't install it anymore

 src/.gitignore                            |    1 -
 src/Makefile.am                           |    5 +----
 tests/interactive/.gitignore              |    1 +
 tests/interactive/Makefile.am             |    2 ++
 {src => tests/interactive}/empathy-logs.c |    0
 5 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/.gitignore b/src/.gitignore
index a7f5836..17f66a5 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,6 +1,5 @@
 empathy
 empathy-accounts
-empathy-logs
 empathy-chat-chandler
 empathy-call-chandler
 empathy-tubes-chandler
diff --git a/src/Makefile.am b/src/Makefile.am
index b61f9d3..ecec892 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,8 +22,7 @@ LDADD =								\
 	$(WEBKIT_LIBS)
 
 bin_PROGRAMS =			\
-	empathy			\
-	empathy-logs
+	empathy
 
 BUILT_SOURCES= \
 	empathy-tube-dispatch-enumtypes.h \
@@ -59,8 +58,6 @@ empathy_SOURCES =							\
 
 nodist_empathy_SOURCES = $(BUILT_SOURCES)
 
-empathy_logs_SOURCES = empathy-logs.c
-
 check_c_sources = \
     $(empathy_handwritten_source) \
     $(empathy_logs_SOURCES)
diff --git a/tests/interactive/.gitignore b/tests/interactive/.gitignore
index f5c4576..f6f87d8 100644
--- a/tests/interactive/.gitignore
+++ b/tests/interactive/.gitignore
@@ -1,4 +1,5 @@
 contact-manager
+empathy-logs
 contact-run-until-ready
 contact-run-until-ready-2
 empetit
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am
index a66f518..7770e76 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
diff --git a/src/empathy-logs.c b/tests/interactive/empathy-logs.c
similarity index 100%
rename from src/empathy-logs.c
rename to tests/interactive/empathy-logs.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]