=?utf-8?q?=5Bfolks=5D_Bug_691167_=E2=80=94_Build_failure=3A_key-file_test?= =?utf-8?q?s_built_before_dependencies?=
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Bug 691167 â Build failure: key-file tests built before dependencies
- Date: Sun, 6 Jan 2013 01:43:19 +0000 (UTC)
commit 81d2d6730eb47ab2b87bdd2138a378aac9f853a1
Author: Travis Reitter <travis reitter collabora co uk>
Date: Fri Jan 4 18:02:15 2013 -0800
Bug 691167 â Build failure: key-file tests built before dependencies
This fixes a regression from 96c51fe585b which built the key-file tests
before the libraries they depended upon (breaking the build).
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=691167
NEWS | 1 +
tests/Makefile.am | 4 +++-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1c62743..44e1e15 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,7 @@ Bugs fixed:
â Bug 690989 â "warning: copying delegates is discouraged"
â Bug 690990 â Add tests/README
â Bug 690876 â eds: fix various test failures
+â Bug 691167 â Build failure: key-file tests built before dependencies
API changes:
â Add Backend.enable_persona_store and disable_persona_store.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4dd9313..dc7f7be 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,9 @@
+# NOTE: the data and lib dirs are first because they provide dependencies for
+# the others
SUBDIRS = \
data \
- key-file \
lib \
+ key-file \
tools \
folks \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]