diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2013-11-07 13:23:49 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2013-11-08 00:51:25 +0000 |
commit | 44dd8bbaadbf2e147d9ea91e64c9d527688cfc47 (patch) | |
tree | 91879875e633e814d7497c8135374272c6a13d5b | |
parent | fded410fd72c290596fb2b2fb2929fa92339b1c6 (diff) |
build: Build backend libraries before the backend modules themselves
https://bugzilla.gnome.org/show_bug.cgi?id=711544
-rw-r--r-- | backends/eds/Makefile.am | 2 | ||||
-rw-r--r-- | backends/libsocialweb/Makefile.am | 2 | ||||
-rw-r--r-- | backends/telepathy/Makefile.am | 2 | ||||
-rw-r--r-- | 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 ec9d86a4..a3f08d73 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 67290e83..f6a28598 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 e1e918e2..d5c58f2b 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 f47218ec..cf4cd628 100644 --- a/backends/tracker/Makefile.am +++ b/backends/tracker/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib +SUBDIRS = lib . BACKEND_NAME = "tracker" |