summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMajin Sniper <majinsniper@gmx.de>2009-03-12 16:48:03 +0100
committerIra Rice <irarice@gmail.com>2009-03-12 21:38:36 -0600
commit5207b4cbb462cfa962a6f566897a6affd92eef94 (patch)
treec9129fbf894b7756f5c4c5e1180492433ca11ee2 /src/Makefile.am
parent7d20381b7b9abdf0934ee0fbbb196c788ea93a0d (diff)
downloadmana-client-5207b4cbb462cfa962a6f566897a6affd92eef94.tar.gz
mana-client-5207b4cbb462cfa962a6f566897a6affd92eef94.tar.bz2
mana-client-5207b4cbb462cfa962a6f566897a6affd92eef94.tar.xz
mana-client-5207b4cbb462cfa962a6f566897a6affd92eef94.zip
Extend color config gui to support the new colors
The new color palette supports many more colors that the browserbox can display. So a change to the color config gui was needed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b3bdde9d..069b12f2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,6 +13,8 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
gui/widgets/tab.h \
gui/widgets/tabbedarea.cpp \
gui/widgets/tabbedarea.h \
+ gui/widgets/textpreview.cpp \
+ gui/widgets/textpreview.h \
gui/browserbox.cpp \
gui/browserbox.h \
gui/button.cpp \
@@ -155,7 +157,7 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \
gui/textbox.h \
gui/textfield.cpp \
gui/textfield.h \
- gui/textrenderer.h \
+ gui/textrenderer.h \
gui/trade.cpp \
gui/trade.h \
gui/truetypefont.cpp \