Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'shell/data/Makefile.am')
-rw-r--r--shell/data/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/data/Makefile.am b/shell/data/Makefile.am
index 244b09e..349aea0 100644
--- a/shell/data/Makefile.am
+++ b/shell/data/Makefile.am
@@ -1,4 +1,8 @@
confdir = $(datadir)
conf_DATA = kbdconfig
-EXTRA_DIST = kbdconfig
+imagesdir = $(imagesdir)
+images_DATA = \
+ home-background.png
+
+EXTRA_DIST = $(conf_DATA) $(images_DATA)