Add LIBICONV to LDFLAGS.

This commit is contained in:
Marcus Brinkmann 2011-06-01 15:43:22 +02:00
parent 79d59e8c09
commit 3a686a11d3
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ g13_SOURCES = \
g13_LDADD = $(libcommonpth) ../gl/libgnu.a \
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(PTH_LIBS) \
$(GPG_ERROR_LIBS) $(LIBINTL)
$(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)