Skip to content
Snippets Groups Projects
Commit 05abad13 authored by Alexander Schwinn's avatar Alexander Schwinn
Browse files

missing codegen for "make dist" in thunar-tpa (bug #14190)

parent fe25f926
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment