Added ../gl/libgnu.a to _LDADD
This commit is contained in:
parent
15d5b565a9
commit
0ac5316bf5
@ -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:
|
||||||
|
@ -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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user