From ee8759cd0b6f9a8872a60e042ecb313f952424d4 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 18 Sep 2020 22:25:58 -0700 Subject: [PATCH] Use foreign automake options to append flags here without warning. --- construct/Makefile.am | 2 ++ modules/Makefile.am | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/construct/Makefile.am b/construct/Makefile.am index 2debee0b2..2db4f8da0 100644 --- a/construct/Makefile.am +++ b/construct/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = foreign + prefix = @prefix@ CXXFLAGS += \ diff --git a/modules/Makefile.am b/modules/Makefile.am index 00802a710..4533a102e 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,7 +1,4 @@ -################################################################################ -# -# IRCd Modules -# +AUTOMAKE_OPTIONS = foreign DEFS += \ -DIRCD_UNIT \