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

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 05abad13c4eaca487209738881af127a57dd739a
Author: Alexander Schwinn <ac...@gmx.de>
Date:   Tue Jan 23 23:40:13 2018 +0100

    missing codegen for "make dist" in thunar-tpa (bug #14190)
---
 plugins/thunar-tpa/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index b824a66..dd093ec 100644
--- a/plugins/thunar-tpa/Makefile.am
+++ b/plugins/thunar-tpa/Makefile.am
@@ -40,12 +40,14 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 if MAINTAINER_MODE
 BUILT_SOURCES =                                                                
\
+       thunar-tpa-bindings.c                                   \
        thunar-tpa-bindings.h
 
 DISTCLEANFILES =                                                       \
+       thunar-tpa-bindings.c                                   \
        thunar-tpa-bindings.h
 
-thunar-tpa-bindings.h: $(srcdir)/thunar-tpa-bindings.xml Makefile
+thunar-tpa-bindings.c thunar-tpa-bindings.h: $(srcdir)/thunar-tpa-bindings.xml 
Makefile
        $(AM_V_GEN) gdbus-codegen --generate-c-code thunar-tpa-bindings 
--c-namespace thunarTPA --interface-prefix org.xfce. 
$(srcdir)/thunar-tpa-bindings.xml
 endif
 

-- 
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