diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-27 14:59:08 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-27 14:59:08 +0000 |
commit | e6ba371ee87c9187652586c1c1385db28baa8a57 (patch) | |
tree | b3989e24d412aefc584948088bd326e1b1e4be29 /src/Makefile.am | |
parent | cdd52300446a9096100695b6cc337c6a17ebb3ff (diff) | |
download | mana-e6ba371ee87c9187652586c1c1385db28baa8a57.tar.gz mana-e6ba371ee87c9187652586c1c1385db28baa8a57.tar.bz2 mana-e6ba371ee87c9187652586c1c1385db28baa8a57.tar.xz mana-e6ba371ee87c9187652586c1c1385db28baa8a57.zip |
Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton
modules to file lists.
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 3e0415ad..9a91e2f5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,6 +13,7 @@ tmw_SOURCES = sound/sound.cpp \ gui/inventory.cpp \ gui/login.cpp \ gui/npc.cpp \ + gui/ok_dialog.cpp \ gui/passwordfield.cpp \ gui/progressbar.cpp \ gui/setup.cpp \ |