diff options
author | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
---|---|---|
committer | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
commit | f7314c870669f105d21814729b9fe2dd1160437d (patch) | |
tree | c5696f507133bb90ea3fef39fc4849c68f77fe2b /ecore/data/images/Makefile.am | |
parent | fix for struct usage ... -> and not "." (diff) | |
download | elock-f7314c870669f105d21814729b9fe2dd1160437d.tar.xz |
adding last snapshot of ecore for ecore_x_screensaver
Diffstat (limited to '')
-rw-r--r-- | ecore/data/images/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ecore/data/images/Makefile.am b/ecore/data/images/Makefile.am new file mode 100644 index 0000000..6a7d4a9 --- /dev/null +++ b/ecore/data/images/Makefile.am @@ -0,0 +1,10 @@ +MAINTAINERCLEANFILES = Makefile.in + +IMAGES = ball.png bar.png bar_shad_above.png bar_shad_below.png \ + bg.png crosshair.png e_logo.png evas_logo.png shadow.png + +imgdir = $(pkgdatadir)/images +img_DATA = $(IMAGES) + +EXTRA_DIST = $(IMAGES) + |