diff options
Diffstat (limited to 'graphics/tiles')
-rw-r--r-- | graphics/tiles/CMakeLists.txt | 24 | ||||
-rw-r--r-- | graphics/tiles/Makefile.am | 28 |
2 files changed, 0 insertions, 52 deletions
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 |