From: Michael Orlitzky Date: Sun, 20 Oct 2019 12:43:58 +0000 (-0400) Subject: panel-plugin/Makefile.am: rename INCLUDES to AM_CPPFLAGS. X-Git-Tag: v1.0.0~26 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=0d985bc9ecd680f4f0594027538100af6caabb6e 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. --- 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)\" \