From fb5553843abe314498d890b2d5f48b1c28ef7fe8 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 7 Jun 2012 13:42:53 +0200 Subject: all: Extract librygel-core and rygel binary --- common.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common.am') diff --git a/common.am b/common.am index 880307fa..d2bfcc5e 100644 --- a/common.am +++ b/common.am @@ -35,7 +35,7 @@ AM_CFLAGS = \ -DPRESET_DIR='"$(presetdir)"'\ -include config.h -RYGEL_COMMON_LIBS = \ +RYGEL_BASE_LIBS = \ $(LIBGUPNP_LIBS) \ $(LIBGUPNP_AV_LIBS) \ $(LIBGSTREAMER_LIBS) \ @@ -44,6 +44,10 @@ RYGEL_COMMON_LIBS = \ $(UUID_LIBS) \ $(COVERAGE_LIBS) +RYGEL_COMMON_LIBS = \ + $(RYGEL_BASE_LIBS) \ + $(top_builddir)/src/rygel/librygel-core.la + # Note: the -g needs to be at the end of VALAFLAGS to not break make dist RYGEL_COMMON_PLUGIN_VALAFLAGS = \ --pkg rygel-1.0 \ -- cgit v1.2.1