summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-01-14 10:19:12 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-01-14 10:19:12 -0800
commit8818df921dcaaa5072cf1c9a2a48950c8977504f (patch)
treecd830ed6c407161cd19557746ad94b51d0ef313f
parentf5e1f467936e9e7f0788782138704cde3aca38c3 (diff)
downloadfuse-8818df921dcaaa5072cf1c9a2a48950c8977504f.tar.gz
Enable subdir-objects automake option
This is recommended for forward-compatibility.
-rw-r--r--Makefile.am1
-rw-r--r--lib/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8bb0781..ada2a24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = @subdirs2@ doc
+AUTOMAKE_OPTIONS = subdir-objects
EXTRA_DIST = \
fuse.pc.in \
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8b43ffe..c3a2ab9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26