[totem] main: Fix linking with --as-needed



commit f2ca4bbb541ff9d9130bdf315dfc84ab4593649e
Author: Jani Välimaa <wally mageia org>
Date:   Sat Feb 8 23:04:13 2014 +0200

    main: Fix linking with --as-needed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723919

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index ddda31e..c625039 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -121,6 +121,7 @@ libtotem_la_LDFLAGS = \
 libtotem_la_LIBADD = \
        libtotem_player.la              \
        backend/libbaconvideowidget.la  \
+       $(top_builddir)/libgd/libgd.la  \
        $(PLAYER_LIBS)
 
 # Totem
@@ -137,8 +138,7 @@ totem_CFLAGS =                      \
 
 totem_LDADD =          \
        libtotem.la     \
-       $(PLAYER_LIBS)  \
-       $(top_builddir)/libgd/libgd.la
+       $(PLAYER_LIBS)
 
 # Totem video thumbnailer
 totem_video_thumbnailer_SOURCES = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]