summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-12-16 12:53:44 +0100
committerGravatar Nikias Bassen2009-12-16 12:53:44 +0100
commit082c1ce38909ba5cd85d8de84329f7f82dd0a77f (patch)
treefa83143c4625f5d0b2c91a2cb83ecfca542d1706 /data/Makefile.am
parent6a6e03d5963a6337e2e091cfed6c3ee3e63842be (diff)
downloadsbmanager-082c1ce38909ba5cd85d8de84329f7f82dd0a77f.tar.gz
sbmanager-082c1ce38909ba5cd85d8de84329f7f82dd0a77f.tar.bz2
Replaced dock.png with a full screen background.png
Also included the picture in the autofoo stuff.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..fe8325a
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,7 @@
+pixmapdir = $(pkgdatadir)
+
+PIX = background.png
+
+pixmap_DATA = $(PIX)
+
+EXTRA_DIST = $(pixmap_DATA)