From 082c1ce38909ba5cd85d8de84329f7f82dd0a77f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 16 Dec 2009 12:53:44 +0100 Subject: Replaced dock.png with a full screen background.png Also included the picture in the autofoo stuff. --- data/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/Makefile.am (limited to 'data/Makefile.am') 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) -- cgit v1.1-32-gdbae