[Xfce4-commits] <thunar-media-tags-plugin:master> Fix linking.

Nick Schermer noreply at xfce.org
Sat May 11 14:56:01 CEST 2013


Updating branch refs/heads/master
         to 96d1421f9e0c140b77cc982a5a68c84fbf7d927c (commit)
       from 3fd9c8a38d404f5e685c4b702eee2863752c4cae (commit)

commit 96d1421f9e0c140b77cc982a5a68c84fbf7d927c
Author: Nick Schermer <nick at xfce.org>
Date:   Sat May 11 14:55:29 2013 +0200

    Fix linking.

 thunar-plugin/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/thunar-plugin/Makefile.am b/thunar-plugin/Makefile.am
index 281ede6..4d33852 100644
--- a/thunar-plugin/Makefile.am
+++ b/thunar-plugin/Makefile.am
@@ -32,10 +32,12 @@ thunar_media_tags_plugin_la_LDFLAGS =					\
 	-avoid-version							\
 	-export-dynamic							\
 	-module								\
+	$(PLATFORM_LDFLAGS)
+
+thunar_media_tags_plugin_la_LIBADD =					\
 	$(EXO_LIBS)							\
 	$(THUNARX_LIBS)							\
 	$(TAGLIB_LIBS)							\
-	$(TAGLIBC_LIBS)							\
-	$(PLATFORM_LDFLAGS)
+	$(TAGLIBC_LIBS)
 
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:


More information about the Xfce4-commits mailing list