[folks] build: Build backend libraries before the backend modules themselves



commit 44dd8bbaadbf2e147d9ea91e64c9d527688cfc47
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
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711544

 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]