[libgrss] build: Build src directory before tests directory
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgrss] build: Build src directory before tests directory
- Date: Tue, 20 Sep 2016 20:59:31 +0000 (UTC)
commit f0637f8d8945a7559d06079917f4c0d55bcd4b80
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Sep 20 11:53:18 2016 -0700
build: Build src directory before tests directory
The tests need $(top_builddir)/src/libgrss.la to be built first; so the
src directory needs to be built before src/tests.
https://bugzilla.gnome.org/show_bug.cgi?id=771738
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index eaf53c8..49a3f5b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = tests
+SUBDIRS = . tests
NULL =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]