summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-01-26 17:44:35 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2012-01-26 17:44:35 +0100
commitcd0ad2cf01b18dd1cf45c687dadf820e3b63be94 (patch)
tree6401ebab5fe1382dc9491ce4d011c44f134e8835 /configure.in
parent179c677f25a22fbb6ec27a1163ad17e6430854b0 (diff)
downloadfuse-cd0ad2cf01b18dd1cf45c687dadf820e3b63be94.tar.gz
Add doc/Makefile.am
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1d7dd5c..fc77856 100644
--- a/configure.in
+++ b/configure.in
@@ -111,7 +111,7 @@ if test "$arch" = linux -a "$cross_compiling" != "yes"; then
fi
fi
-AC_CONFIG_FILES([fuse.pc Makefile lib/Makefile util/Makefile example/Makefile include/Makefile])
+AC_CONFIG_FILES([fuse.pc Makefile lib/Makefile util/Makefile example/Makefile include/Makefile doc/Makefile])
AC_OUTPUT
if test "$util_linux_ok" = no; then