[Xfce4-commits] [thunar-plugins/thunar-media-tags-plugin] 01/01: A couple of autotools improvements

noreply at xfce.org noreply at xfce.org
Fri Feb 16 02:57:54 CET 2018


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

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository thunar-plugins/thunar-media-tags-plugin.

commit 2a7d24d93764a0eb6d75c219db1632c2d18b24fb
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu Feb 15 22:57:43 2018 -0300

    A couple of autotools improvements
---
 configure.ac.in           | 2 +-
 thunar-plugin/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index e389ff7..094291a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -50,7 +50,7 @@ dnl ********************************
 AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_INTLTOOL()
+IT_PROG_INTLTOOL([0.35.0])
 
 dnl **************************
 dnl *** Initialize libtool ***
diff --git a/thunar-plugin/Makefile.am b/thunar-plugin/Makefile.am
index 8c1c87c..59e0a5d 100644
--- a/thunar-plugin/Makefile.am
+++ b/thunar-plugin/Makefile.am
@@ -1,6 +1,6 @@
 # $Id$
 
-INCLUDES =								\
+AM_CPPFLAGS =								\
 	-I$(top_builddir)						\
 	-I$(top_srcdir)							\
 	-DG_LOG_DOMAIN=\"thunar-media-tags-plugin\"			\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list