[evolution-ews/gnome-3-8] Fix build break in gal-lzx-decompress-test.
- From: Matthew Barnes <mbarnes src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution-ews/gnome-3-8] Fix build break in gal-lzx-decompress-test.
 
- Date: Sun, 12 May 2013 14:13:01 +0000 (UTC)
 
commit 0ed3e33ac8cedb2b6995115393b45c9bc333a92b
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.
 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]