From 87b02d46158b3562b34859b9baecd8da63e43993 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Thu, 24 Aug 2023 09:10:44 +0900 Subject: [PATCH] avoid the build-error when GNU file is missing Change-Id: Ia1901226f4c3ca5d56b8130e710c552173f9dca3 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7c7358b..0539761 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -AUTOMAKE_OPTIONS = subdir-objects +AUTOMAKE_OPTIONS = subdir-objects foreign SUBDIRS = tests CLEANFILES = -- 2.7.4