summaryrefslogtreecommitdiff
path: root/graphics/tiles
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tiles')
-rw-r--r--graphics/tiles/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am
new file mode 100644
index 00000000..7cca49c0
--- /dev/null
+++ b/graphics/tiles/Makefile.am
@@ -0,0 +1,11 @@
+
+tilesdir = $(pkgdatadir)/data/graphics/tiles
+
+tiles_DATA = \
+ cave.png \
+ collision.png \
+ desert1.png \
+ desert2.png
+
+EXTRA_DIST = \
+ $(tiles_DATA)