diff options
-rw-r--r-- | graphics/sprites/CMakeLists.txt | 6 | ||||
-rw-r--r-- | graphics/sprites/Makefile.am | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/sprites/CMakeLists.txt b/graphics/sprites/CMakeLists.txt index 0ce213f9..da14a69a 100644 --- a/graphics/sprites/CMakeLists.txt +++ b/graphics/sprites/CMakeLists.txt @@ -1,4 +1,8 @@ SET(FILES + chest-cotton-male.xml + chest-cotton-male.png + chest-cotton-female.xml + chest-cotton-female.png chest-leather-male.png chest-leather-male.xml chest-leather-female.png @@ -35,8 +39,6 @@ SET(FILES head-rangerhat.xml head-santabeardhat.png head-santabeardhat.xml - item001.png - item001.xml item002.png item002.xml item004.png diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am index 2f81ed8a..4ef94363 100644 --- a/graphics/sprites/Makefile.am +++ b/graphics/sprites/Makefile.am @@ -2,6 +2,10 @@ spritesdir = $(pkgdatadir)/data/graphics/sprites sprites_DATA = \ + chest-cotton-male.xml \ + chest-cotton-male.png \ + chest-cotton-female.xml \ + chest-cotton-female.png \ chest-leather-male.png \ chest-leather-male.xml \ chest-leather-female.png \ @@ -38,8 +42,6 @@ sprites_DATA = \ head-rangerhat.xml \ head-santabeardhat.png \ head-santabeardhat.xml \ - item001.png \ - item001.xml \ item002.png \ item002.xml \ item004.png \ |