diff options
author | David Athay <ko2fan@gmail.com> | 2008-11-06 16:02:12 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2008-11-06 16:02:12 +0000 |
commit | 2e7a4d66bd9ce5077b7a0062aff856d669e05b97 (patch) | |
tree | fbe2623101ca6fa849d9a7f739f73b40f34d1abb /src/Makefile.am | |
parent | 222db257d7de12f1077eb43d448d6b357d4642e7 (diff) | |
download | mana-2e7a4d66bd9ce5077b7a0062aff856d669e05b97.tar.gz mana-2e7a4d66bd9ce5077b7a0062aff856d669e05b97.tar.bz2 mana-2e7a4d66bd9ce5077b7a0062aff856d669e05b97.tar.xz mana-2e7a4d66bd9ce5077b7a0062aff856d669e05b97.zip |
Added interface for sending post.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index de028f8e..aca42e7e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,6 +92,8 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ gui/newskill.h \ gui/npclistdialog.cpp \ gui/npclistdialog.h \ + gui/npcpostdialog.cpp \ + gui/npcpostdialog.h \ gui/npc_text.cpp \ gui/npc_text.h \ gui/ok_dialog.cpp \ @@ -201,8 +203,6 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ net/partyhandler.h \ net/playerhandler.cpp \ net/playerhandler.h \ - net/posthandler.cpp \ - net/posthandler.h \ net/protocol.h \ net/tradehandler.cpp \ net/tradehandler.h \ |