[folks/648811-dummy-backend-rebase1] build: Build backend libraries before the backend modules themselves
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/648811-dummy-backend-rebase1] build: Build backend libraries before the backend modules themselves
- Date: Thu, 7 Nov 2013 14:03:02 +0000 (UTC)
commit aa26325aa5ad4b6896c07daddc2f263a8b83d5b5
Author: Philip Withnall <philip withnall collabora co uk>
Date: Thu Nov 7 13:23:49 2013 +0000
build: Build backend libraries before the backend modules themselves
backends/eds/Makefile.am | 2 +-
backends/libsocialweb/Makefile.am | 2 +-
backends/telepathy/Makefile.am | 2 +-
backends/tracker/Makefile.am | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/backends/eds/Makefile.am b/backends/eds/Makefile.am
index ec9d86a..a3f08d7 100644
--- a/backends/eds/Makefile.am
+++ b/backends/eds/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lib
+SUBDIRS = lib .
BACKEND_NAME = "eds"
diff --git a/backends/libsocialweb/Makefile.am b/backends/libsocialweb/Makefile.am
index 67290e8..f6a2859 100644
--- a/backends/libsocialweb/Makefile.am
+++ b/backends/libsocialweb/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lib
+SUBDIRS = lib .
BACKEND_NAME = "libsocialweb"
diff --git a/backends/telepathy/Makefile.am b/backends/telepathy/Makefile.am
index e1e918e..d5c58f2 100644
--- a/backends/telepathy/Makefile.am
+++ b/backends/telepathy/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lib
+SUBDIRS = lib .
BACKEND_NAME = "telepathy"
diff --git a/backends/tracker/Makefile.am b/backends/tracker/Makefile.am
index f47218e..cf4cd62 100644
--- a/backends/tracker/Makefile.am
+++ b/backends/tracker/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lib
+SUBDIRS = lib .
BACKEND_NAME = "tracker"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]