[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 13/15: Update from INCLUDES to AM_CPPFLAGS for makefiles
    noreply at xfce.org 
    noreply at xfce.org
       
    Wed Jun  1 22:40:06 CEST 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
schuellerf pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit c8ab598c7e2a3decc4dcc03a31c008b37fb7c747
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Tue May 31 20:44:38 2016 +0300
    Update from INCLUDES to AM_CPPFLAGS for makefiles
---
 panel-plugin/Makefile.am          | 2 +-
 tests/Makefile.am                 | 2 +-
 x11-clipboard-manager/Makefile.am | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 05c2689..659aa64 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,6 +1,6 @@
 NULL =
 
-INCLUDES =								\
+AM_CPPFLAGS =								\
 	-I${top_srcdir}							\
 	-DSYSCONFDIR=\"$(sysconfdir)\"					\
 	-DDATAROOTDIR=\"$(datarootdir)\"				\
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fd0257c..ce9eb01 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
 NULL =
 
-INCLUDES =								\
+AM_CPPFLAGS =								\
 	-I${top_srcdir}							\
 	-DSYSCONFDIR=\"$(sysconfdir)\"					\
 	-DDATADIR=\"$(datadir)\"					\
diff --git a/x11-clipboard-manager/Makefile.am b/x11-clipboard-manager/Makefile.am
index 5f87b7e..64b03b7 100644
--- a/x11-clipboard-manager/Makefile.am
+++ b/x11-clipboard-manager/Makefile.am
@@ -1,6 +1,6 @@
 NULL = 
 
-INCLUDES =								\
+AM_CPPFLAGS =								\
 	-DGSEAL_ENABLE							\
 	-I${top_srcdir}							\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list