diff options
Diffstat (limited to 'data/graphics/gui')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 61acadfa0..b1e05dc45 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -39,6 +39,7 @@ SET (FILES label.xml listbox.xml lock.png + mailedit.xml ministatus.xml mouse.png npc.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 740f81613..14749a6ba 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -42,6 +42,7 @@ gui_DATA = \ label.xml \ listbox.xml \ lock.png \ + mailedit.xml \ ministatus.xml \ mouse.png \ npc.xml \ |