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

commit 96d1421f9e0c140b77cc982a5a68c84fbf7d927c
Author: Nick Schermer <n...@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:
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to