diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-06 14:37:40 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-06 14:37:40 +0000 |
commit | bbaccf7ba1676bd65c957102995396aae02c352a (patch) | |
tree | 681552387fd9b789ca0ef4139a5166ba6c3d1cef /libtest | |
parent | 53ee6f78b2f0d2ac7181372f193e4ce666814611 (diff) |
-liconv
Diffstat (limited to 'libtest')
-rw-r--r-- | libtest/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtest/Makefile.in b/libtest/Makefile.in index ed55e49..8e5905f 100644 --- a/libtest/Makefile.in +++ b/libtest/Makefile.in @@ -154,6 +154,7 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ +ICONV_LIBS = @ICONV_LIBS@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ |