From b1a26a2c29de69c2ecbf0d3089eb9afe662c0882 Mon Sep 17 00:00:00 2001 From: wbaumann Date: Thu, 12 Jan 2012 20:16:08 +0000 Subject: [PATCH] Add missing -I$(tob_builddir)/gl to AM_CPPFLAGS --- ChangeLog | 2 ++ src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4aa6b0f..aab0177 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ ChangeLog for davfs2 2012-01-12 Werner Baumann (werner.baumann@onlinehome.de) * dav_coda.c, dav_fuse.c: Add missing #include + * src/Makefile.am: + Add missing -I$(tob_builddir)/gl to AM_CPPFLAGS 2012-01-07 Werner Baumann (werner.baumann@onlinehome.de) * configure.ac: diff --git a/src/Makefile.am b/src/Makefile.am index c89a3bc..23613b8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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$(top_srcdir)/gl +AM_CPPFLAGS = -I$(tob_builddir)/gl -I$(top_srcdir)/gl AM_CFLAGS = -Wall DEFS = -DPROGRAM_NAME=\"mount.davfs\" \ -DDAV_SYS_CONF_DIR=\"$(pkgsysconfdir)\" \