[rygel] Move UUID_LIBS to where it's actually used



commit 5fe454ad741749284a5ac35c8cbc16a5e932f6c8
Author: Andreas Henriksson <andreas fatal se>
Date:   Tue Sep 25 02:34:59 2012 +0200

    Move UUID_LIBS to where it's actually used
    
    having it in RYGEL_BASE_LIBS causes 6 binaries to be uselessly linked to it.

 common.am                       |    1 -
 src/librygel-core/Makefile.am   |    1 +
 src/librygel-server/Makefile.am |    1 +
 3 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/common.am b/common.am
index 9e44d15..5a61b1a 100644
--- a/common.am
+++ b/common.am
@@ -48,7 +48,6 @@ AM_CFLAGS = \
 RYGEL_BASE_LIBS = \
 	$(LIBGUPNP_LIBS) \
 	$(GEE_LIBS) \
-	$(UUID_LIBS) \
 	$(COVERAGE_LIBS)
 
 RYGEL_COMMON_LIBS = \
diff --git a/src/librygel-core/Makefile.am b/src/librygel-core/Makefile.am
index 2947384..14f815a 100644
--- a/src/librygel-core/Makefile.am
+++ b/src/librygel-core/Makefile.am
@@ -24,6 +24,7 @@ librygel_core_2_0_la_VALAFLAGS = \
 
 librygel_core_2_0_la_LIBADD = \
 	$(RYGEL_BASE_LIBS) \
+	$(UUID_LIBS) \
 	$(LIBGSSDP_LIBS) \
 	$(LIBGIO_LIBS)
 
diff --git a/src/librygel-server/Makefile.am b/src/librygel-server/Makefile.am
index 7b6d614..ebb09ed 100644
--- a/src/librygel-server/Makefile.am
+++ b/src/librygel-server/Makefile.am
@@ -21,6 +21,7 @@ librygel_server_2_0_la_VALAFLAGS = \
 
 librygel_server_2_0_la_LIBADD = \
 	$(RYGEL_COMMON_LIBS) \
+	$(UUID_LIBS) \
 	$(LIBGIO_LIBS) \
 	$(LIBSOUP_LIBS) \
 	$(LIBGSSDP_LIBS)



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