From 3ee278ffa79661d00078cca1eb4c83a89c9420de Mon Sep 17 00:00:00 2001 From: Lionel Le Folgoc Date: Sun, 7 Mar 2010 18:31:32 +0100 Subject: [PATCH] Force linking against exo. Previous versions were pulling exo through thunar-vfs, but now that it has been removed, the plugin needs to be explicitely linked with exo. --- thunar-plugin/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/thunar-plugin/Makefile.am b/thunar-plugin/Makefile.am index a7bdb58..281ede6 100644 --- a/thunar-plugin/Makefile.am +++ b/thunar-plugin/Makefile.am @@ -32,6 +32,7 @@ thunar_media_tags_plugin_la_LDFLAGS = \ -avoid-version \ -export-dynamic \ -module \ + $(EXO_LIBS) \ $(THUNARX_LIBS) \ $(TAGLIB_LIBS) \ $(TAGLIBC_LIBS) \ -- 1.6.3.3