summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 773bca5..a56f1db 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -44,7 +44,9 @@ maynard-resources.c: maynard.gresource.xml $(resource_files)
maynard-resources.h: maynard.gresource.xml $(resource_files)
$(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name maynard $<
-EXTRA_DIST = style.css
+EXTRA_DIST = \
+ style.css \
+ maynard.gresource.xml
# shell-helper weston module
moduledir = $(libdir)/weston