From b0f91cf4d43c63a0b06c04cc37db2690ec691720 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 7 Mar 2008 11:26:11 +0000 Subject: Branched new tmwdata module, which will contain the data shared among the 0.0 and trunk clients and tmwserv. --- graphics/tiles/CMakeLists.txt | 24 ------------------------ graphics/tiles/Makefile.am | 28 ---------------------------- 2 files changed, 52 deletions(-) delete mode 100644 graphics/tiles/CMakeLists.txt delete mode 100644 graphics/tiles/Makefile.am (limited to 'graphics/tiles') diff --git a/graphics/tiles/CMakeLists.txt b/graphics/tiles/CMakeLists.txt deleted file mode 100644 index c855507a..00000000 --- a/graphics/tiles/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -SET(FILES - arena.png - cave.png - collision.png - desert1.png - desert2.png - desert_x2.png - desert_x3.png - icecave.png - inn.png - mountain.png - snow_building.png - snow_x2.png - snow_x3.png - snowset.png - trans_woodland-desert.png - Woodland_ground.png - Woodland_village.png - Woodland_village_x2.png - Woodland_x2.png - Woodland_x3.png - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/tiles) \ No newline at end of file diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am deleted file mode 100644 index 477a9870..00000000 --- a/graphics/tiles/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ - -tilesdir = $(pkgdatadir)/data/graphics/tiles - -tiles_DATA = \ - arena.png \ - cave.png \ - collision.png \ - desert1.png \ - desert2.png \ - desert_x2.png \ - desert_x3.png \ - icecave.png \ - inn.png \ - mountain.png \ - snow_building.png \ - snow_x2.png \ - snow_x3.png \ - snowset.png \ - trans_woodland-desert.png \ - Woodland_ground.png \ - Woodland_village.png \ - Woodland_village_x2.png \ - Woodland_x2.png \ - Woodland_x3.png - - -EXTRA_DIST = \ - $(tiles_DATA) \ No newline at end of file -- cgit v1.2.3-60-g2f50