[Xfce4-commits] [xfce/thunar] 01/01: missing codegen for "make dist" in thunar-tpa (bug #14190)

noreply at xfce.org noreply at xfce.org
Tue Jan 23 23:40:30 CET 2018


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

a   l   e   x       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/thunar.

commit 05abad13c4eaca487209738881af127a57dd739a
Author: Alexander Schwinn <acs82 at 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.


More information about the Xfce4-commits mailing list