From 6f639e722b54801ef1e87d6cd22b2b262b3a0191 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 8 Sep 2022 18:12:08 +0200 Subject: build: Switch to modern autoconf options --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2d363465..5579ed25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ AM_MAKEFLAGS = --no-print-directory +ACLOCAL_AMFLAGS = -I build-aux + noinst_LTLIBRARIES = if EXTERNAL_ELL @@ -1133,7 +1135,7 @@ ell/ell.h: Makefile done maintainer-clean-local: - -rm -rf ell + -rm -rf build-aux ell clean-local: @$(RM) -rf include/ofono -- cgit v1.2.1