[gvfs] build: Remove libbluray dependency



commit 95bf3840548e9493d075fdd8b3bcec1fe569cc7a
Author: Ondrej Holy <oholy redhat com>
Date:   Wed May 27 16:19:37 2015 +0200

    build: Remove libbluray dependency
    
    Commit 6cbe00d removed gvfsmountinfo.c from common shared library,
    however libbluray dependency wasn't removed. Remove the dependency
    by this patch.

 common/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/common/Makefile.am b/common/Makefile.am
index 932b46b..8105169 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -40,8 +40,7 @@ libgvfscommon_la_CFLAGS =     \
 libgvfscommon_la_LDFLAGS = -no-undefined -avoid-version
 
 libgvfscommon_la_LIBADD =      \
-       $(GLIB_LIBS)            \
-       $(BLURAY_LIBS)
+       $(GLIB_LIBS)
 
 if USE_HAL
 noinst_LTLIBRARIES += libgvfscommon-hal.la


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