From 1a3e2c1a1256c1ad48e6c92572cb9692b24b7ff6 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Wed, 19 Sep 2012 19:19:44 +0200 Subject: Move rygel base libs up the linking chain to avoid excessive linking $((LIBGUPNP_AV_LIBS) and $(GSTREAMER_BASE_LIBS) aren't needed by librygel-core and $(RYGEL_BASE_LIBS) are only used in a couple of places, so move these over to those places instead.... --- common.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.am') diff --git a/common.am b/common.am index 3eba6018..9e44d15f 100644 --- a/common.am +++ b/common.am @@ -47,13 +47,13 @@ AM_CFLAGS = \ RYGEL_BASE_LIBS = \ $(LIBGUPNP_LIBS) \ - $(LIBGUPNP_AV_LIBS) \ $(GEE_LIBS) \ $(UUID_LIBS) \ $(COVERAGE_LIBS) RYGEL_COMMON_LIBS = \ $(RYGEL_BASE_LIBS) \ + $(LIBGUPNP_AV_LIBS) \ $(top_builddir)/src/librygel-core/librygel-core-2.0.la RYGEL_COMMON_SERVER_LIBS = \ -- cgit v1.2.1