Enable subdir-objects automake option
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 14 Jan 2016 18:19:12 +0000 (10:19 -0800)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 14 Jan 2016 18:19:12 +0000 (10:19 -0800)
This is recommended for forward-compatibility.

Makefile.am
lib/Makefile.am

index 8bb0781ee7631a0630cab9e000d62cf08de5d8c9..ada2a2402e0d3d856b55da361c3a0d3654aecb7a 100644 (file)
@@ -3,6 +3,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = @subdirs2@ doc
+AUTOMAKE_OPTIONS = subdir-objects
 
 EXTRA_DIST =                   \
        fuse.pc.in              \
index 8b43ffec9a310b149c89714580cb2325b5a59d0d..c3a2ab98d874f0e43bbba21904be3edcdacc2860 100644 (file)
@@ -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