[folks] build: Move backend.mk inclusions to the top of the files



commit 7fa70f18ab9c5e8988f6243b92c52c5d3be4cf16
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Mon Nov 11 11:02:46 2013 +0000

    build: Move backend.mk inclusions to the top of the files
    
    Make it more obvious, and also make it non-optional.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712274

 backends/bluez/Makefile.am        |    2 +-
 backends/eds/Makefile.am          |    2 +-
 backends/key-file/Makefile.am     |    2 +-
 backends/libsocialweb/Makefile.am |    2 +-
 backends/ofono/Makefile.am        |    2 +-
 backends/telepathy/Makefile.am    |    2 +-
 backends/tracker/Makefile.am      |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/backends/bluez/Makefile.am b/backends/bluez/Makefile.am
index d1a3964..9cae382 100644
--- a/backends/bluez/Makefile.am
+++ b/backends/bluez/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/backends/backend.mk
 BACKEND_NAME = "bluez"
 
 backenddir = $(BACKEND_DIR)/bluez
@@ -37,5 +38,4 @@ bluez_la_LDFLAGS = \
        $(backend_ldflags) \
        $(NULL)
 
--include $(top_srcdir)/backends/backend.mk
 -include $(top_srcdir)/git.mk
diff --git a/backends/eds/Makefile.am b/backends/eds/Makefile.am
index a3f08d7..f14191a 100644
--- a/backends/eds/Makefile.am
+++ b/backends/eds/Makefile.am
@@ -1,5 +1,6 @@
 SUBDIRS = lib .
 
+include $(top_srcdir)/backends/backend.mk
 BACKEND_NAME = "eds"
 
 backenddir = $(BACKEND_DIR)/eds
@@ -46,5 +47,4 @@ eds_la_LDFLAGS = \
        $(backend_ldflags) \
        $(NULL)
 
--include $(top_srcdir)/backends/backend.mk
 -include $(top_srcdir)/git.mk
diff --git a/backends/key-file/Makefile.am b/backends/key-file/Makefile.am
index 348f8a1..ea220d8 100644
--- a/backends/key-file/Makefile.am
+++ b/backends/key-file/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/backends/backend.mk
 BACKEND_NAME = "key-file"
 
 backenddir = $(BACKEND_DIR)/key-file
@@ -33,5 +34,4 @@ key_file_la_LDFLAGS = \
        $(backend_ldflags) \
        $(NULL)
 
--include $(top_srcdir)/backends/backend.mk
 -include $(top_srcdir)/git.mk
diff --git a/backends/libsocialweb/Makefile.am b/backends/libsocialweb/Makefile.am
index f6a2859..65b5259 100644
--- a/backends/libsocialweb/Makefile.am
+++ b/backends/libsocialweb/Makefile.am
@@ -1,5 +1,6 @@
 SUBDIRS = lib .
 
+include $(top_srcdir)/backends/backend.mk
 BACKEND_NAME = "libsocialweb"
 
 backenddir = $(BACKEND_DIR)/libsocialweb
@@ -40,5 +41,4 @@ libsocialweb_la_LDFLAGS = \
        $(backend_ldflags) \
        $(NULL)
 
--include $(top_srcdir)/backends/backend.mk
 -include $(top_srcdir)/git.mk
diff --git a/backends/ofono/Makefile.am b/backends/ofono/Makefile.am
index 1c9bb15..029db45 100644
--- a/backends/ofono/Makefile.am
+++ b/backends/ofono/Makefile.am
@@ -1,3 +1,4 @@
+include $(top_srcdir)/backends/backend.mk
 BACKEND_NAME = "ofono"
 
 backenddir = $(BACKEND_DIR)/ofono
@@ -41,5 +42,4 @@ ofono_la_LDFLAGS = \
        $(backend_ldflags) \
        $(NULL)
 
--include $(top_srcdir)/backends/backend.mk
 -include $(top_srcdir)/git.mk
diff --git a/backends/telepathy/Makefile.am b/backends/telepathy/Makefile.am
index d5c58f2..1a86292 100644
--- a/backends/telepathy/Makefile.am
+++ b/backends/telepathy/Makefile.am
@@ -1,5 +1,6 @@
 SUBDIRS = lib .
 
+include $(top_srcdir)/backends/backend.mk
 BACKEND_NAME = "telepathy"
 
 backenddir = $(BACKEND_DIR)/telepathy
@@ -41,5 +42,4 @@ telepathy_la_LDFLAGS = \
        $(backend_ldflags) \
        $(NULL)
 
--include $(top_srcdir)/backends/backend.mk
 -include $(top_srcdir)/git.mk
diff --git a/backends/tracker/Makefile.am b/backends/tracker/Makefile.am
index cf4cd62..4b6b31e 100644
--- a/backends/tracker/Makefile.am
+++ b/backends/tracker/Makefile.am
@@ -1,5 +1,6 @@
 SUBDIRS = lib .
 
+include $(top_srcdir)/backends/backend.mk
 BACKEND_NAME = "tracker"
 
 backenddir = $(BACKEND_DIR)/tracker
@@ -40,5 +41,4 @@ tracker_la_LDFLAGS = \
        $(backend_ldflags) \
        $(NULL)
 
--include $(top_srcdir)/backends/backend.mk
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]