Add missing -I$(tob_builddir)/gl to AM_CPPFLAGS

This commit is contained in:
wbaumann
2012-01-12 20:16:08 +00:00
parent 3665f06808
commit b1a26a2c29
2 changed files with 3 additions and 1 deletions

View File

@ -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)\" \