diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 16:24:44 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-05-22 16:24:44 +0000 |
commit | 216ecdc1eff78fb8524d61956cc545445a70e597 (patch) | |
tree | f4fb69b0eb672403db7c74bf7b85b0cedd5a6f39 /maps/Makefile.am | |
parent | 60475b29748cccbbd1282d784ed07b1699d26344 (diff) | |
download | clientdata-216ecdc1eff78fb8524d61956cc545445a70e597.tar.gz clientdata-216ecdc1eff78fb8524d61956cc545445a70e597.tar.bz2 clientdata-216ecdc1eff78fb8524d61956cc545445a70e597.tar.xz clientdata-216ecdc1eff78fb8524d61956cc545445a70e597.zip |
Include the test map in install process.
Diffstat (limited to 'maps/Makefile.am')
-rw-r--r-- | maps/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maps/Makefile.am b/maps/Makefile.am index 57eea650..4064d502 100644 --- a/maps/Makefile.am +++ b/maps/Makefile.am @@ -4,7 +4,8 @@ mapdir = $(pkgdatadir)/data/maps map_DATA = \ new_1-1.tmx.gz \ new_2-1.tmx.gz \ - new_3-1.tmx.gz + new_3-1.tmx.gz \ + new_4-1.tmx.gz EXTRA_DIST = \ $(map_DATA) |