diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2006-08-30 21:20:52 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2006-08-30 21:20:52 +0000 |
commit | 299f22cf915c421194309afb1156ab9559aefc97 (patch) | |
tree | 6112314cf6606acc002d486c661ca3791b461d51 /src/Makefile.am | |
parent | 47320d3507aac21c8568cd244308e39a8869976a (diff) | |
download | mana-299f22cf915c421194309afb1156ab9559aefc97.tar.gz mana-299f22cf915c421194309afb1156ab9559aefc97.tar.bz2 mana-299f22cf915c421194309afb1156ab9559aefc97.tar.xz mana-299f22cf915c421194309afb1156ab9559aefc97.zip |
Added a first version of the server dialog with an unskinned dropdown. Upgraded also the connection window a bit to handle Cancelling more gracefully.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1e8a1424..01f8a3b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -79,6 +79,8 @@ tmw_SOURCES = graphic/imagerect.h \ gui/scrollarea.h \ gui/sell.cpp \ gui/sell.h \ + gui/serverdialog.cpp \ + gui/serverdialog.h \ gui/setup_audio.cpp \ gui/setup_audio.h \ gui/setup.cpp \ |