Makefile.am 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. guidir = $(pkgdatadir)/data/graphics/gui
  2. gui_DATA = \
  3. browserbox.xml \
  4. bubble.png \
  5. bubble.xml \
  6. button.xml \
  7. button_disabled.xml \
  8. button_highlighted.xml \
  9. button_pressed.xml \
  10. buttonpin.xml \
  11. buttonpin_disabled.xml \
  12. buttonpin_highlighted.xml \
  13. buttonpin_pressed.xml \
  14. buttonplay.png \
  15. buttonsicons.png \
  16. buy.xml \
  17. charcreate_playerbox.xml \
  18. checkbox.xml \
  19. circle-off.xml \
  20. circle-on.xml \
  21. colors.xml \
  22. complete_icon.xml \
  23. connection.xml \
  24. cutin.xml \
  25. dbutton.xml \
  26. dbutton_image.xml \
  27. desktop.xml \
  28. dpad.xml \
  29. dpad_image.xml \
  30. dropdown.xml \
  31. dropdown_background.xml \
  32. dropdown_pressed.xml \
  33. emote_selection.xml \
  34. emotes.xml \
  35. emotetabs.xml \
  36. equipment.xml \
  37. equipment_background.xml \
  38. equipment_playerbox.xml \
  39. equipmentbox.png \
  40. incomplete_icon.xml \
  41. info.xml \
  42. inventory.xml \
  43. inventory_cell.xml \
  44. inventory_cell2.xml \
  45. item_selection.xml \
  46. item_shortcut_background.xml \
  47. itemcontainer.xml \
  48. items.xml \
  49. keyboard_icon.xml \
  50. label.xml \
  51. listbox.xml \
  52. lock.png \
  53. mailedit.xml \
  54. ministatus.xml \
  55. mouse.png \
  56. npc.xml \
  57. ok.xml \
  58. onlinebrowserbox.xml \
  59. outfits.xml \
  60. pin.xml \
  61. playerbox.xml \
  62. playerboxselected.xml \
  63. popup.xml \
  64. popupbrowserbox.xml \
  65. progress-indicator.png \
  66. progressbar.xml \
  67. progressbar_fill.xml \
  68. quests.xml \
  69. radio.xml \
  70. resize.xml \
  71. scroll.xml \
  72. scroll_background.xml \
  73. scroll_hbackground.xml \
  74. scroll_highlighted.xml \
  75. scroll_vbackground.xml \
  76. scrollbuttons.xml \
  77. scrollbuttons_pressed.xml\
  78. sell.xml \
  79. server.xml \
  80. serverinfo.xml \
  81. shop.xml \
  82. skillrectanglelistbox.xml \
  83. slider.xml \
  84. slider_highlighted.xml \
  85. speechbrowserbox.xml \
  86. speechbubble.xml \
  87. spells.xml \
  88. tab.xml \
  89. tab_highlighted.xml \
  90. tab_selected.xml \
  91. tab_unused.xml \
  92. target-cursor-in-range-l.png \
  93. target-cursor-in-range-l.xml \
  94. target-cursor-in-range-m.png \
  95. target-cursor-in-range-m.xml \
  96. target-cursor-in-range-s.png \
  97. target-cursor-in-range-s.xml \
  98. target-cursor-normal-l.png \
  99. target-cursor-normal-l.xml \
  100. target-cursor-normal-m.png \
  101. target-cursor-normal-m.xml \
  102. target-cursor-normal-s.png \
  103. target-cursor-normal-s.xml \
  104. textfield.xml \
  105. textpreview.xml \
  106. unknown-item.png \
  107. window.png \
  108. window.xml \
  109. windowmenu.xml \
  110. world.xml
  111. EXTRA_DIST = \
  112. $(gui_DATA) \
  113. CMakeLists.txt