summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-06-07 13:42:53 +0200
committerJens Georg <mail@jensge.org>2012-07-03 09:53:48 +0200
commitfb5553843abe314498d890b2d5f48b1c28ef7fe8 (patch)
treec7b90df9120c8adc52eb294504a73078b2c71bdb /common.am
parent66db621d95f1a96e8b2a67854591e69805182811 (diff)
downloadrygel-fb5553843abe314498d890b2d5f48b1c28ef7fe8.tar.gz
all: Extract librygel-core and rygel binary
Diffstat (limited to 'common.am')
-rw-r--r--common.am6
1 files changed, 5 insertions, 1 deletions
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 \