Updating branch refs/heads/master
         to c30a46451052820bd8d6617d32389dee7cae93e1 (commit)
       from 57fbf6c03201585d5344768fd2ee70249bb9c201 (commit)

commit c30a46451052820bd8d6617d32389dee7cae93e1
Author: Jannis Pohlmann <[email protected]>
Date:   Fri May 20 02:12:56 2011 +0200

    Fix build with --as-needed (bug #7533). Patch by Yves-Alexis Perez.

 NEWS                              |    1 +
 thunar-archive-plugin/Makefile.am |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 49eeb7c..824d45b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 0.3.x
 =====
+- Fix build with --as-needed (bug #7533). Patch by Yves-Alexis Perez.
 
 
 0.3.0
diff --git a/thunar-archive-plugin/Makefile.am 
b/thunar-archive-plugin/Makefile.am
index 4cbfefa..c08f8d0 100644
--- a/thunar-archive-plugin/Makefile.am
+++ b/thunar-archive-plugin/Makefile.am
@@ -26,6 +26,12 @@ thunar_archive_plugin_la_CFLAGS =                            
        \
        $(EXO_CFLAGS)                                                   \
        $(LIBXFCE4UTIL_CFLAGS)
 
+thunar_archive_plugin_la_LIBADD =                                      \
+       $(PLATFORM_LIBS)                                                \
+       $(THUNARX_LIBS)                                                 \
+       $(EXO_LIBS)                                                     \
+       $(LIBXFCE4UTIL_LIBS)
+
 thunar_archive_plugin_la_LDFLAGS =                                     \
        -avoid-version                                                  \
        -export-dynamic                                                 \
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to