summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2015-05-27 16:19:37 +0200
committerOndrej Holy <oholy@redhat.com>2015-05-29 09:13:29 +0200
commit95bf3840548e9493d075fdd8b3bcec1fe569cc7a (patch)
tree30c26c9a888f025a511ababe75f1c5d61f2ec599 /common
parent1eb90d1934b7451d113b432ff3b029c7fa2e07ad (diff)
downloadgvfs-95bf3840548e9493d075fdd8b3bcec1fe569cc7a.tar.gz
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.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 932b46ba..8105169d 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