[Xfce4-commits] [xfce/libxfce4ui] 01/01: Remove the filterout from introspection sources

noreply at xfce.org noreply at xfce.org
Sun Jul 2 13:57:02 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/libxfce4ui.

commit 6eb73dcfccaa3074a78844bec87012e489295c3e
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Jul 2 14:56:24 2017 +0300

    Remove the filterout from introspection sources
    
    It's causes a non-POSIX variable name warning.
---
 libxfce4ui/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am
index 5d6d2a8..feaee0d 100644
--- a/libxfce4ui/Makefile.am
+++ b/libxfce4ui/Makefile.am
@@ -121,7 +121,7 @@ INTROSPECTION_COMPILER_ARGS = \
 	--includedir=.
 
 if HAVE_INTROSPECTION
-introspection_sources = $(filter-out %private.h, $(libxfce4ui_2_la_SOURCES))
+introspection_sources = $(libxfce4ui_2_la_SOURCES)
 
 libxfce4ui-2.0.gir: libxfce4ui-2.la Makefile
 libxfce4ui_2_0_gir_INCLUDES = GObject-2.0 GLib-2.0 Gtk-3.0 libxfce4util-1.0

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


More information about the Xfce4-commits mailing list