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:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-04 17:52:03 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-04 17:52:03 (GMT)
commit0e77fc5bf9476ff08baf7855476c99fb2aadbc86 (patch)
treef69f0f555d82cd297e6a51aeb01bf6fb66095cfe /shell/data/Makefile.am
parent5da630c13a4ec45b96fc42ba3b8ea1c9c1712be5 (diff)
Install our own matchbox theme to disable shadows
Diffstat (limited to 'shell/data/Makefile.am')
-rw-r--r--shell/data/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/data/Makefile.am b/shell/data/Makefile.am
index 1f0f9c0..5bdb6b8 100644
--- a/shell/data/Makefile.am
+++ b/shell/data/Makefile.am
@@ -1,4 +1,7 @@
+matchboxthemedir = $(datadir)/themes/olpc/matchbox
+matchboxtheme_DATA = theme.xml
+
confdir = $(pkgdatadir)
conf_DATA = kbdconfig
-EXTRA_DIST = $(conf_DATA)
+EXTRA_DIST = $(conf_DATA) $(matchboxtheme_DATA)