diff options
Diffstat (limited to 'data/themes/unity/Makefile.am')
-rw-r--r-- | data/themes/unity/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/themes/unity/Makefile.am b/data/themes/unity/Makefile.am index b654ea853..a52571278 100644 --- a/data/themes/unity/Makefile.am +++ b/data/themes/unity/Makefile.am @@ -3,6 +3,7 @@ guidir = $(pkgdatadir)/data/themes/unity gui_DATA = \ beingpopup.xml \ + buy.xml \ char.xml \ colors.xml \ inventory.xml \ @@ -10,10 +11,14 @@ gui_DATA = \ npc.xml \ popup.xml \ quests.xml \ + sell.xml \ + server.xml \ + shop.xml \ social.xml \ textpopup.xml \ window.png \ - window.xml + window.xml \ + world.xml EXTRA_DIST = \ $(gui_DATA) \ |