summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAlexander Schwinn <acs82@gmx.de>2018-01-23 23:40:13 +0100
committerAlexander Schwinn <acs82@gmx.de>2018-01-23 23:40:13 +0100
commit05abad13c4eaca487209738881af127a57dd739a (patch)
treeb7cb0b41ffdf879489efe086b1e589eed6a991ca /plugins
parentfe25f926f242f42f1d00451864a7645ba838b478 (diff)
downloadthunar-05abad13c4eaca487209738881af127a57dd739a.tar.gz
missing codegen for "make dist" in thunar-tpa (bug #14190)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-tpa/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am
index b824a661..dd093ec1 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