diff options
Diffstat (limited to 'graphics/tiles/Makefile.am')
-rw-r--r-- | graphics/tiles/Makefile.am | 11 |
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) |