Typo in $(top_builddir)
This commit is contained in:
parent
d41935533b
commit
15d5b565a9
@ -1,6 +1,10 @@
|
||||
ChangeLog for davfs2
|
||||
--------------------
|
||||
|
||||
2012-01-14 Werner Baumann (werner.baumann@onlinehome.de)
|
||||
* src/Makefile.am:
|
||||
Typo in $(top_builddir)
|
||||
|
||||
2012-01-12 Werner Baumann (werner.baumann@onlinehome.de)
|
||||
* dav_coda.c, dav_fuse.c:
|
||||
Add missing #include <stdlib.h>
|
||||
|
@ -32,7 +32,7 @@ mount_davfs_SOURCES = cache.c dav_coda.c \
|
||||
kernel_interface.h mount_davfs.h webdav.h
|
||||
umount_davfs_SOURCES = umount_davfs.c defaults.h
|
||||
|
||||
AM_CPPFLAGS = -I$(tob_builddir)/gl -I$(top_srcdir)/gl
|
||||
AM_CPPFLAGS = -I$(top_builddir)/gl -I$(top_srcdir)/gl
|
||||
AM_CFLAGS = -Wall
|
||||
DEFS = -DPROGRAM_NAME=\"mount.davfs\" \
|
||||
-DDAV_SYS_CONF_DIR=\"$(pkgsysconfdir)\" \
|
||||
|
Loading…
Reference in New Issue
Block a user