add Gnulib module iconv_open
This commit is contained in:
@ -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:
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user