[libgnome-games-support] build: pass linker flags in the right places



commit 488e8554446c6ff8add8b167922f8e9f3396abd1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon Aug 22 17:33:59 2016 -0500

    build: pass linker flags in the right places

 games/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/games/Makefile.am b/games/Makefile.am
index 0250450..d646941 100644
--- a/games/Makefile.am
+++ b/games/Makefile.am
@@ -22,7 +22,9 @@ libgnome_games_support_@LIBGNOME_GAMES_SUPPORT_API_VERSION@_la_CPPFLAGS = \
 
 libgnome_games_support_@LIBGNOME_GAMES_SUPPORT_API_VERSION@_la_LDFLAGS = \
        -version-info $(LIBGNOME_GAMES_SUPPORT_LT_VERSION) \
-       -no-undefined \
+       -no-undefined
+
+libgnome_games_support_@LIBGNOME_GAMES_SUPPORT_API_VERSION@_la_LIBADD = \
        $(LIBGNOME_GAMES_SUPPORT_LIBS)
 
 libgnome_games_support_@LIBGNOME_GAMES_SUPPORT_API_VERSION@_la_VALAFLAGS = \


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