diff options
Diffstat (limited to 'maps/Makefile.am')
-rw-r--r-- | maps/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/maps/Makefile.am b/maps/Makefile.am new file mode 100644 index 00000000..57eea650 --- /dev/null +++ b/maps/Makefile.am @@ -0,0 +1,10 @@ + +mapdir = $(pkgdatadir)/data/maps + +map_DATA = \ + new_1-1.tmx.gz \ + new_2-1.tmx.gz \ + new_3-1.tmx.gz + +EXTRA_DIST = \ + $(map_DATA) |