[libgsf] tools/: Add -lgio to LIBS for gsf tool



commit 1302f9cb402f155c334b788b5a7a0b0cf9275670
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Nov 8 11:31:51 2012 -0500

    tools/: Add -lgio to LIBS for gsf tool
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687753

 tools/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 9ab6852..595162e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = -I$(top_srcdir) $(LIBGSF_CFLAGS) \
 	$(Z_CPPFLAGS) \
 	-DGSFLOCALEDIR=\"$(datadir)/locale\"
-LDADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_LIBS)
+LDADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_LIBS) $(LIBGSF_GIO_LIBS)
 
 bin_PROGRAMS = gsf gsf-vba-dump
 gsf_SOURCES = gsf.c



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