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

eric pushed a 
commit to branch 
master
in repository xfce/libxfce4ui.

commit 6eb73dcfccaa3074a78844bec87012e489295c3e
Author: Eric Koegel <eric.koe...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to