diff options
author | David Reveman <c99drn@cs.umu.se> | 2006-02-09 06:03:09 +0000 |
---|---|---|
committer | David Reveman <c99drn@cs.umu.se> | 2006-02-09 06:03:09 +0000 |
commit | 9959c2b13ded64a5e66359a8097250dc9d87fc1c (patch) | |
tree | 23478d196cd4acb4a9d2949c0438e9df75c2e8d6 /images | |
download | zcomp-9959c2b13ded64a5e66359a8097250dc9d87fc1c.tar.gz zcomp-9959c2b13ded64a5e66359a8097250dc9d87fc1c.tar.bz2 |
Initial revision
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile.am | 8 | ||||
-rw-r--r-- | images/background.png | bin | 0 -> 127 bytes | |||
-rw-r--r-- | images/window.png | bin | 0 -> 9989 bytes |
3 files changed, 8 insertions, 0 deletions
diff --git a/images/Makefile.am b/images/Makefile.am new file mode 100644 index 0000000..f3b7aad --- /dev/null +++ b/images/Makefile.am @@ -0,0 +1,8 @@ +imagesdir = $(imagedir) +images_DATA = \ + background.png \ + window.png + +EXTRA_DIST = \ + background.png \ + window.png diff --git a/images/background.png b/images/background.png Binary files differnew file mode 100644 index 0000000..d2b6231 --- /dev/null +++ b/images/background.png diff --git a/images/window.png b/images/window.png Binary files differnew file mode 100644 index 0000000..06742e0 --- /dev/null +++ b/images/window.png |