[Xfce4-commits] [apps/xfce4-taskmanager] 02/02: Use modern AM_CPPFLAGS instead of old INCLUDES
noreply at xfce.org
noreply at xfce.org
Thu Dec 4 09:08:09 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit afb2ad8b8a917f272382585debeecb82db18c2b1
Author: Harald Judt <h.judt at gmx.at>
Date: Wed Dec 3 19:05:12 2014 +0100
Use modern AM_CPPFLAGS instead of old INCLUDES
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 05ecebe..0320070 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"xfce4-taskmanager\" \
-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