summaryrefslogtreecommitdiff
path: root/graphics/images/ambient
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/ambient
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/ambient')
-rw-r--r--graphics/images/ambient/Makefile.am7
1 files changed, 7 insertions, 0 deletions
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)