Added ../gl/libgnu.a to _LDADD

This commit is contained in:
wbaumann 2012-01-14 10:18:15 +00:00
parent 15d5b565a9
commit 0ac5316bf5
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@ ChangeLog for davfs2
2012-01-14 Werner Baumann (werner.baumann@onlinehome.de) 2012-01-14 Werner Baumann (werner.baumann@onlinehome.de)
* src/Makefile.am: * src/Makefile.am:
Typo in $(top_builddir) Typo in $(top_builddir)
Added ../gl/libgnu.a to _LDADD (bug #31537,
thanks Tomi).


2012-01-12 Werner Baumann (werner.baumann@onlinehome.de) 2012-01-12 Werner Baumann (werner.baumann@onlinehome.de)
* dav_coda.c, dav_fuse.c: * dav_coda.c, dav_fuse.c:

View File

@ -47,8 +47,8 @@ DEFS = -DPROGRAM_NAME=\"mount.davfs\" \
-DDAV_USER=\"$(dav_user)\" \ -DDAV_USER=\"$(dav_user)\" \
-DDAV_GROUP=\"$(dav_group)\" @DEFS@ -DDAV_GROUP=\"$(dav_group)\" @DEFS@
LIBS = $(NEON_LIBS) @LIBS@ LIBS = $(NEON_LIBS) @LIBS@
mount_davfs_LDADD = $(LIBINTL) $(LIBICONV) mount_davfs_LDADD = $(LIBINTL) $(LIBICONV) ../gl/libgnu.a
umount_davfs_LDADD = $(LIBINTL) umount_davfs_LDADD = $(LIBINTL) ../gl/libgnu.a


install-exec-hook: install-exec-hook:
chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \ chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \