From 95bf3840548e9493d075fdd8b3bcec1fe569cc7a Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Wed, 27 May 2015 16:19:37 +0200 Subject: 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 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') 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 -- cgit v1.2.1