[evolution-ews] Fix build break in gal-lzx-decompress-test.



commit 29092ab911d44b028c7f5c4ae9da7856b9f5a332
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun May 12 10:00:53 2013 -0400

    Fix build break in gal-lzx-decompress-test.
    
    Forgot to link to libglib-2.0.so.
    (cherry picked from gnome-3-8 commit 0ed3e33ac8cedb2b6995115393b45c9bc333a9b)

 src/addressbook/lzx/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/lzx/Makefile.am b/src/addressbook/lzx/Makefile.am
index 8e21251..2dbe221 100644
--- a/src/addressbook/lzx/Makefile.am
+++ b/src/addressbook/lzx/Makefile.am
@@ -34,6 +34,8 @@ gal_lzx_decompress_test_SOURCES = \
        gal-lzx-decompress-test.c
 
 gal_lzx_decompress_test_LDADD = \
-       liblzx.la
+       liblzx.la \
+       $(GNOME_PLATFORM_LIBS) \
+       $(NULL)
 
 -include $(top_srcdir)/git.mk


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