summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorAndreas Henriksson <andreas@fatal.se>2012-09-19 19:19:44 +0200
committerJens Georg <jensg@openismus.com>2012-10-06 15:11:32 +0200
commit1a3e2c1a1256c1ad48e6c92572cb9692b24b7ff6 (patch)
tree5950ed7aa7aa60c85be052c870918e96bee93d90 /common.am
parent2968c0fd7442d064ab41546a1f9d0cc997dbf5e9 (diff)
downloadrygel-1a3e2c1a1256c1ad48e6c92572cb9692b24b7ff6.tar.gz
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....
Diffstat (limited to 'common.am')
-rw-r--r--common.am2
1 files changed, 1 insertions, 1 deletions
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 = \