From fad566e010dfe4d28183adbd79a355a66e663571 Mon Sep 17 00:00:00 2001 From: Thomas Batten Date: Fri, 22 Jan 2021 20:42:49 +1030 Subject: [PATCH] Makefile.am: fix autogen warning about subdir objects --- Makefile.am | 2 ++ kdrive/src/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index ad1e3e4..38b689e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects + ACLOCAL_AMFLAGS=-I m4 if DBE diff --git a/kdrive/src/Makefile.am b/kdrive/src/Makefile.am index 8c0ac65..ff1458d 100644 --- a/kdrive/src/Makefile.am +++ b/kdrive/src/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects + AM_CPPFLAGS = \ @KDRIVE_INCS@ \ @KDRIVE_CFLAGS@