diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 16:04:56 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-12-23 16:04:56 +0000 |
commit | 39c289bae4b8830105c88633b6f2fc81f0e41583 (patch) | |
tree | 42cb507d2e515a2abad8a6f9ae7759810a79a7fc /graphics/images/Makefile.am | |
parent | 067cfbe24d7b1db7a4357272f47a3333c0db13d4 (diff) | |
download | clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.gz clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.bz2 clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.tar.xz clientdata-39c289bae4b8830105c88633b6f2fc81f0e41583.zip |
Removed database files, minimaps, items, monster sprites, maps and sounds from
the release. They will be released dynamically only.
Diffstat (limited to 'graphics/images/Makefile.am')
-rw-r--r-- | graphics/images/Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/graphics/images/Makefile.am b/graphics/images/Makefile.am index 00d9ed7e..be8593f6 100644 --- a/graphics/images/Makefile.am +++ b/graphics/images/Makefile.am @@ -4,17 +4,7 @@ imagesdir = $(pkgdatadir)/data/graphics/images images_DATA = \ error.png \ - login_wallpaper.png \ - minimap_new_1-1.png \ - minimap_new_2-1.png \ - minimap_new_3-1.png \ - minimap_new_5-1.png \ - minimap_new_7-1.png \ - minimap_new_9-1.png \ - minimap_new_14-1.png \ - minimap_new_15-1.png \ - minimap_new_16-1.png \ - minimap_new_17-1.png + login_wallpaper.png EXTRA_DIST = \ - $(images_DATA)
\ No newline at end of file + $(images_DATA) |