summaryrefslogtreecommitdiff
path: root/graphics/images
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-21 22:03:46 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-21 22:03:46 +0000
commita7288e084962059cbc6ad654372930fb517a76bb (patch)
treef30cf4e917bd26a3982a6c0306353f27d3e85c56 /graphics/images
parentb34737f4c03e98d9aa115083ca9033ae84296983 (diff)
downloadclientdata-a7288e084962059cbc6ad654372930fb517a76bb.tar.gz
clientdata-a7288e084962059cbc6ad654372930fb517a76bb.tar.bz2
clientdata-a7288e084962059cbc6ad654372930fb517a76bb.tar.xz
clientdata-a7288e084962059cbc6ad654372930fb517a76bb.zip
Updated makefiles to account for new ambient images and changed the version
from 0.0.20.1 to 0.0.21.
Diffstat (limited to 'graphics/images')
-rw-r--r--graphics/images/Makefile.am1
-rw-r--r--graphics/images/ambient/Makefile.am7
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/images/Makefile.am b/graphics/images/Makefile.am
index 8fbe3694..e0707698 100644
--- a/graphics/images/Makefile.am
+++ b/graphics/images/Makefile.am
@@ -1,3 +1,4 @@
+SUBDIRS = ambient
imagesdir = $(pkgdatadir)/data/graphics/images
diff --git a/graphics/images/ambient/Makefile.am b/graphics/images/ambient/Makefile.am
new file mode 100644
index 00000000..bc9be27a
--- /dev/null
+++ b/graphics/images/ambient/Makefile.am
@@ -0,0 +1,7 @@
+ambientdir = $(pkgdatadir)/data/graphics/images/ambient
+
+ambient_DATA = clouds.png \
+ sandstorm.png \
+ spotlight.png
+
+EXTRA_DIST = $(ambient_DATA)