summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
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 \