add Gnulib module iconv_open

This commit is contained in:
wbaumann
2010-12-31 20:18:02 +00:00
parent a49a4fb0e8
commit d2e28bf8e3
11 changed files with 292 additions and 280 deletions

View File

@ -47,7 +47,7 @@ DEFS = -DPROGRAM_NAME=\"mount.davfs\" \
-DDAV_USER=\"$(dav_user)\" \
-DDAV_GROUP=\"$(dav_group)\" @DEFS@
LIBS = $(NEON_LIBS) @LIBS@
mount_davfs_LDADD = $(LIBINTL)
mount_davfs_LDADD = $(LIBINTL) $(LIBICONV)
umount_davfs_LDADD = $(LIBINTL)
install-exec-hook:

View File

@ -227,6 +227,7 @@ main(int argc, char *argv[])
{
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
bindtextdomain(PACKAGE "-gnulib", LOCALEDIR);
textdomain(PACKAGE);
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_DEBUG), PACKAGE_STRING);