From 3474ffbfc7bd7e94e9225ec1934a912eea660f09 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 23 Dec 2016 18:28:20 -0500 Subject: [PATCH] wmlongrun: Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings. --- wmlongrun/src/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wmlongrun/src/Makefile.am b/wmlongrun/src/Makefile.am index bd1c647..0aada2a 100644 --- a/wmlongrun/src/Makefile.am +++ b/wmlongrun/src/Makefile.am @@ -16,11 +16,9 @@ EXTRA_wmlongrun_SOURCES = \ longrun_linux.c \ longrun_freebsd.c -CPPFLAGS = \ +AM_CPPFLAGS = \ @CPPFLAGS@ \ - @DFLAGS@ - -INCLUDES = \ + @DFLAGS@ \ @HEADER_SEARCH_PATH@ wmlongrun_LDADD = \