summaryrefslogtreecommitdiff
path: root/settings-dialogs
diff options
context:
space:
mode:
authorStephane Gourichon <stephane.gourichon@fidergo.fr>2018-07-18 13:36:56 +0200
committerOlivier Fourdan <fourdan@xfce.org>2018-07-18 13:45:05 +0200
commit9392f50e2d8e8568fc54a400fa310c7e02a76080 (patch)
tree66aff92aef0a905da61230cff5298253c7582ca2 /settings-dialogs
parentdc1610147ddfc77df40cf24c88c8083f24e531ef (diff)
downloadxfwm4-9392f50e2d8e8568fc54a400fa310c7e02a76080.tar.gz
Fix build out of tree
Bug 14542 glib-compile-resource needs to be told where to find its resources when building out of tree.
Diffstat (limited to 'settings-dialogs')
-rw-r--r--settings-dialogs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings-dialogs/Makefile.am b/settings-dialogs/Makefile.am
index 74cb97b29..5e91c83c0 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