[cogl] cogl-pango: Add a missing backslash in the Makefile



commit cf3d2b3de84d4e1e90b83cf3f69653f38997ef97
Author: Neil Roberts <neil linux intel com>
Date:   Tue Feb 19 17:56:31 2013 +0000

    cogl-pango: Add a missing backslash in the Makefile
    
    There was a missing backslash in the LDFLAGS for libcogl-pango2. This
    was stopping it having the right library version information and the
    library would have the wrong filename.
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 cogl-pango/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl-pango/Makefile.am b/cogl-pango/Makefile.am
index ff636ac..fd3e9db 100644
--- a/cogl-pango/Makefile.am
+++ b/cogl-pango/Makefile.am
@@ -32,7 +32,7 @@ libcogl_pango2_la_LIBADD = $(top_builddir)/cogl/libcogl2.la
 libcogl_pango2_la_LIBADD += $(COGL_DEP_LIBS) $(COGL_PANGO_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
 libcogl_pango2_la_LDFLAGS = \
        -export-dynamic \
-       -export-symbols-regex "^cogl_pango_.*"
+       -export-symbols-regex "^cogl_pango_.*" \
        -no-undefined \
        -version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@
 


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