diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-23 14:36:51 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-23 14:36:51 +0000 |
commit | 3a9ae4770fcfec80c660fd9351ecea8c3c9bc913 (patch) | |
tree | 2f084acc77ac30724641fda88989fbb003b352e0 /src/Makefile.am | |
parent | db4fd250723ad6121059a71f1cac0e87eb91e695 (diff) | |
download | mana-client-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.tar.gz mana-client-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.tar.bz2 mana-client-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.tar.xz mana-client-3a9ae4770fcfec80c660fd9351ecea8c3c9bc913.zip |
Skinned our beautiful text field back!
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 13b290ce..ffc5023a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ tmw_SOURCES = sound/sound.cpp \ gui/shop.cpp \ gui/skill.cpp \ gui/stats.cpp \ + gui/textfield.cpp \ gui/window.cpp \ net/network.cpp \ net/protocol.cpp \ |