From 8818df921dcaaa5072cf1c9a2a48950c8977504f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 14 Jan 2016 10:19:12 -0800 Subject: Enable subdir-objects automake option This is recommended for forward-compatibility. --- Makefile.am | 1 + lib/Makefile.am | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.1