diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-19 19:13:32 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-19 19:13:32 +0200 |
commit | 2bf115745f111215b651b87288eb9d15ceb333be (patch) | |
tree | fc5d17354c05629d2c9e8f26bc93627298ac43c3 | |
parent | 1b623a712b6fa850babdf41e767345321b1d5263 (diff) | |
download | plus-2bf115745f111215b651b87288eb9d15ceb333be.tar.gz plus-2bf115745f111215b651b87288eb9d15ceb333be.tar.bz2 plus-2bf115745f111215b651b87288eb9d15ceb333be.tar.xz plus-2bf115745f111215b651b87288eb9d15ceb333be.zip |
Add listbox.xml entry to makefile.
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index 637489452..b80297e38 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -24,6 +24,7 @@ SET (FILES itempopup.xml items.xml LICENSE.txt + listbox.xml map.xml mouse.png npc.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index d574c154f..5532b8818 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -27,6 +27,7 @@ gui_DATA = \ itempopup.xml \ items.xml \ LICENSE.txt \ + listbox.xml \ map.xml \ mouse.png \ npc.xml \ |