diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 00:38:57 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 00:38:57 +0000 |
commit | 4542a711526bfcd09184436eda440b10bb92fbed (patch) | |
tree | 623aa067833af01cb530140ebc151a41659929e6 /src/Makefile.am | |
parent | e5ba1c69c54cb7e7abbe2bab67aff46255575d0e (diff) | |
download | mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.gz mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.bz2 mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.xz mana-4542a711526bfcd09184436eda440b10bb92fbed.zip |
Ported buy/sell dialog, made sure mouse is only drawn once and updated build
files.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4d4f514f..ef31f4c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,11 +5,11 @@ tmw_SOURCES = sound/sound.cpp \ graphic/image.cpp \ gui/button.cpp \ gui/buy.cpp \ + gui/buysell.cpp \ gui/char_server.cpp \ gui/char_select.cpp \ gui/chat.cpp \ gui/checkbox.cpp \ - gui/radiobutton.cpp \ gui/gui.cpp \ gui/inventory.cpp \ gui/login.cpp \ @@ -17,6 +17,7 @@ tmw_SOURCES = sound/sound.cpp \ gui/ok_dialog.cpp \ gui/passwordfield.cpp \ gui/progressbar.cpp \ + gui/radiobutton.cpp \ gui/scrollarea.cpp \ gui/setup.cpp \ gui/shop.cpp \ @@ -27,13 +28,13 @@ tmw_SOURCES = sound/sound.cpp \ gui/window.cpp \ net/network.cpp \ net/protocol.cpp \ - configuration.cpp \ + astar.cpp \ being.cpp \ + configuration.cpp \ game.cpp \ - main.cpp \ - map.cpp \ log.cpp \ - astar.cpp + main.cpp \ + map.cpp # set the include path found by configure INCLUDES= $(all_includes) |