[Pkg-wmaker-commits] [wmlongrun] 07/11: wmlongrun: Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Dec 24 14:11:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmlongrun.

commit ef8ad8fade1be5370598e097dbe3383ce281e559
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Dec 23 18:28:20 2016 -0500

    wmlongrun: Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings.
---
 src/Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index bd1c647..0aada2a 100644
--- a/src/Makefile.am
+++ b/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 = \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmlongrun.git



More information about the Pkg-wmaker-commits mailing list