[gnome-keyring] Fix some distcheck problems



commit f64341b5da3e03495ed1019a0164dc0dacacef53
Author: Stef Walter <stefw collabora co uk>
Date:   Wed Jul 13 10:48:15 2011 +0200

    Fix some distcheck problems

 gcr/tests/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gcr/tests/Makefile.am b/gcr/tests/Makefile.am
index 91fd093..5729c8e 100644
--- a/gcr/tests/Makefile.am
+++ b/gcr/tests/Makefile.am
@@ -37,8 +37,8 @@ TEST_PROGS = \
 check_PROGRAMS = $(TEST_PROGS)
 
 test: $(TEST_PROGS)
-	chmod -f 700 files/gnupg-homedir
-	gtester --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
+	chmod -f 700 $(srcdir)/files/gnupg-homedir
+	SRCDIR=$(srcdir) gtester --verbose -m $(TEST_MODE) --g-fatal-warnings $(TEST_PROGS)
 
 check-local: test
 



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