Bug 691167 — Build failure: key-file tests built before dependencies
authorTravis Reitter <travis.reitter@collabora.co.uk>
Sat, 5 Jan 2013 02:02:15 +0000 (18:02 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Sun, 6 Jan 2013 01:41:30 +0000 (17:41 -0800)
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
tests/Makefile.am

diff --git a/NEWS b/NEWS
index 1c62743..44e1e15 100644 (file)
--- 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.
index 4dd9313..dc7f7be 100644 (file)
@@ -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)