[rygel] core: Fix parallel build



commit 43988a54ec2acfb82d85246c91943b20b75621dd
Author: Jens Georg <mail jensge org>
Date:   Sun Jun 17 22:19:57 2012 +0200

    core: Fix parallel build

 src/rygel/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index 311750f..3deb165 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -140,7 +140,7 @@ rygel_VALAFLAGS = \
 
 rygel_LDADD = \
 	librygel-core.la \
-	$(RYGEL_COMMON_LIBS)
+	$(RYGEL_BASE_LIBS)
 
 rygel_LDFLAGS = -export-dynamic
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]