diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-13 01:37:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-13 01:37:45 +0300 |
commit | 357560f6a8a0b61d94b6a70a519a2d3ece6f364d (patch) | |
tree | 66e2fb9d2e7ec821d432cea7242e0724c52f9796 /src/Makefile.am | |
parent | 2eb0a7d5c06b0505d862fde29dd9d9807933959b (diff) | |
download | plus-357560f6a8a0b61d94b6a70a519a2d3ece6f364d.tar.gz plus-357560f6a8a0b61d94b6a70a519a2d3ece6f364d.tar.bz2 plus-357560f6a8a0b61d94b6a70a519a2d3ece6f364d.tar.xz plus-357560f6a8a0b61d94b6a70a519a2d3ece6f364d.zip |
Fix make files and compilation errors.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0aeda3e94..7ceb56bcc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1320,6 +1320,8 @@ manaplus_SOURCES += net/tmwa/auctionhandler.cpp \ net/tmwa/homunculushandler.h \ net/tmwa/mailhandler.cpp \ net/tmwa/mailhandler.h \ + net/tmwa/maphandler.cpp \ + net/tmwa/maphandler.h \ net/tmwa/markethandler.cpp \ net/tmwa/markethandler.h \ net/tmwa/mercenaryhandler.cpp \ @@ -1360,6 +1362,7 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/friendshandler.h \ net/homunculushandler.h \ net/mailhandler.h \ + net/maphandler.h \ net/markethandler.h \ net/mercenaryhandler.h \ net/searchstorehandler.h \ @@ -1406,6 +1409,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/eathena/loginhandler.h \ net/eathena/mailhandler.cpp \ net/eathena/mailhandler.h \ + net/eathena/maphandler.cpp \ + net/eathena/maphandler.h \ net/eathena/maptypeproperty2.h \ net/eathena/markethandler.cpp \ net/eathena/markethandler.h \ |