From 7bd25657ff9736baa041f58593fc416aaa1f6781 Mon Sep 17 00:00:00 2001 From: Stephane Gourichon Date: Wed, 18 Jul 2018 13:36:56 +0200 Subject: [PATCH] Fix bug #14542 https://bugzilla.xfce.org/show_bug.cgi?id=14542 --- settings-dialogs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings-dialogs/Makefile.am b/settings-dialogs/Makefile.am index 74cb97b2..5e91c83c 100644 --- a/settings-dialogs/Makefile.am +++ b/settings-dialogs/Makefile.am @@ -106,10 +106,10 @@ xfwm4-tweaks-dialog_ui.h: xfwm4-tweaks-dialog.glade $(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui $< >$@ workspace-resource.h: - $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/workspace.gresource.xml --target=$@ --generate-header + $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/workspace.gresource.xml --target=$@ --generate-header workspace-resource.c: - $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $(srcdir)/workspace.gresource.xml --target=$@ --generate-source + $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) $(srcdir)/workspace.gresource.xml --target=$@ --generate-source endif -- 2.17.1