[Xfce4-commits] [xfce/libxfce4util] 01/01: trivial: fix a portability warning

noreply at xfce.org noreply at xfce.org
Sun Jul 2 06:06:55 CEST 2017


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

e   r   i   c       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 xfce/libxfce4util.

commit f909d383c164fe9e53fc328c32ee8c8e1398c209
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Jul 2 07:05:40 2017 +0300

    trivial: fix a portability warning
    
    We don't need to filter out the file anyway for the introspection
    stuff.
---
 libxfce4util/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfce4util/Makefile.am b/libxfce4util/Makefile.am
index a0cf544..3ba2a65 100644
--- a/libxfce4util/Makefile.am
+++ b/libxfce4util/Makefile.am
@@ -96,7 +96,7 @@ INTROSPECTION_COMPILER_ARGS = \
 	--includedir=.
 
 if HAVE_INTROSPECTION
-introspection_sources = $(filter-out %private.h, $(libxfce4util_la_SOURCES))
+introspection_sources = $(libxfce4util_la_SOURCES)
 
 libxfce4util-1.0.gir: libxfce4util.la Makefile
 libxfce4util_1_0_gir_INCLUDES = GObject-2.0 GLib-2.0

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


More information about the Xfce4-commits mailing list