diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-28 18:11:43 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-28 18:11:43 +0000 |
commit | be5f2936ddaa424c6957c9d4012ca5fc95ef69c5 (patch) | |
tree | f2043c1cb3a56987049eae626632a2e2200fa265 /src/Makefile.am | |
parent | c209e6fcc6075e91bacfe54b2fc637623afdbfca (diff) | |
download | mana-be5f2936ddaa424c6957c9d4012ca5fc95ef69c5.tar.gz mana-be5f2936ddaa424c6957c9d4012ca5fc95ef69c5.tar.bz2 mana-be5f2936ddaa424c6957c9d4012ca5fc95ef69c5.tar.xz mana-be5f2936ddaa424c6957c9d4012ca5fc95ef69c5.zip |
Fixed compiling on Linux, formatting updates, little changes.
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 188df313..d947f837 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,8 @@ tmw_SOURCES = graphic/graphic.cpp \ gui/buy.h \ gui/buysell.cpp \ gui/buysell.h \ + gui/chargedialog.cpp \ + gui/chargedialog.h \ gui/char_server.cpp \ gui/char_server.h \ gui/char_select.cpp \ |