From 61812cb57124f0c6fd144f7bd751c97a22b99f5d Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 10 Apr 2014 10:09:05 +0000 Subject: modified for newer MinGW environment. Fixed linking. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3383 ee746299-78ed-0310-b773-934348b2243d --- libsylph/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsylph/Makefile.am') diff --git a/libsylph/Makefile.am b/libsylph/Makefile.am index 77607fa8..8f2b76be 100644 --- a/libsylph/Makefile.am +++ b/libsylph/Makefile.am @@ -109,7 +109,7 @@ libsylph_0_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-dynamic $(no_undefined) $(export_symbols) -libsylph_0_la_LIBADD = $(GLIB_LIBS) +libsylph_0_la_LIBADD = $(GLIB_LIBS) $(LIBICONV) $(LIBSYLPH_LIBS) syl-marshal.h: syl-marshal.list $(GLIB_GENMARSHAL) $< --header --prefix=syl_marshal > $@ -- cgit v1.2.3