[folks] Use session.conf from the builddir to fix builddir != srcdir



commit 676d8dbdf4b8eb56cca346df583371b48855b68f
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Sep 10 11:10:52 2010 +0100

    Use session.conf from the builddir to fix builddir != srcdir

 tests/telepathy/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index 39b6896..f352ab7 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -56,7 +56,7 @@ CLEANFILES = \
 test-contact-retrieval: contact-retrieval
 	{ echo "#!/bin/sh" && \
 	echo -n "$(RUN_WITH_PRIVATE_BUS) " && \
-	echo "--config-file=$(top_srcdir)/tests/lib/telepathy/contactlist/session.conf -- ./$<"; } \
+	echo "--config-file=$(top_builddir)/tests/lib/telepathy/contactlist/session.conf -- ./$<"; } \
 	> $@
 	chmod +x $@
 



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