From 0d985bc9ecd680f4f0594027538100af6caabb6e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 20 Oct 2019 08:43:58 -0400 Subject: [PATCH] panel-plugin/Makefile.am: rename INCLUDES to AM_CPPFLAGS. Upstream changed the name of the variable and now INCLUDES is deprecated. See, for example, the "Variables used when building a program" section of the automake manual. --- panel-plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am index 3669502..bbf69d7 100644 --- a/panel-plugin/Makefile.am +++ b/panel-plugin/Makefile.am @@ -18,7 +18,7 @@ # http://www.fsf.org/licensing/licenses/gpl.html # -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"xfce4-hdaps\" \ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ -- 2.43.2