[clutter/wip/cogl-winsys-egl: 21/21] cogl/pango/Makefile.am pass EXTRA_LDFLAGS for linking



commit 31968eb9334d596aee284fd878f88dbb8b55f443
Author: Robert Bragg <robert linux intel com>
Date:   Tue Apr 19 17:48:40 2011 +0100

    cogl/pango/Makefile.am pass EXTRA_LDFLAGS for linking
    
    When building on windows for example we need to ensure we pass
    -no-undefined to the linker. Although we were substituting a
    COGL_EXTRA_LDFLAGS variable from our configure.ac we forgot to
    reference that when linking cogl-pango.

 clutter/cogl/pango/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/cogl/pango/Makefile.am b/clutter/cogl/pango/Makefile.am
index 8033d47..cacbd4f 100644
--- a/clutter/cogl/pango/Makefile.am
+++ b/clutter/cogl/pango/Makefile.am
@@ -21,7 +21,7 @@ endif
 
 libcoglpango_la_SOURCES = $(source_c) $(source_h) $(source_h_priv)
 libcoglpango_la_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
-libcoglpango_la_LIBADD = $(COGL_DEP_LIBS)
+libcoglpango_la_LIBADD = $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
 if COGL_STANDALONE_BUILD
 libcoglpango_la_LIBADD += $(top_builddir)/cogl/libcogl.la
 libcoglpango_la_LDFLAGS = \



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