diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-15 18:44:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-15 18:44:29 +0300 |
commit | 0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046 (patch) | |
tree | 47839023fd9bc4b24db413a462c39fea3d0911de /src/Makefile.am | |
parent | ca2f3bafe8815e5cba06426f24ef7acad6e699f4 (diff) | |
download | plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.tar.gz plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.tar.bz2 plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.tar.xz plus-0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046.zip |
Fix compilation without hercules support.
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 13aa6eb44..2a96c66bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -717,8 +717,6 @@ manaplus_SOURCES += main.cpp \ client.h \ resources/sprite/imagesprite.cpp \ resources/sprite/imagesprite.h \ - resources/inventory/complexinventory.cpp \ - resources/inventory/complexinventory.h \ resources/inventory/inventory.cpp \ resources/inventory/inventory.h \ textcommand.cpp \ @@ -1494,6 +1492,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ listeners/vendingmodelistener.h \ listeners/vendingslotslistener.cpp \ listeners/vendingslotslistener.h \ + resources/inventory/complexinventory.cpp \ + resources/inventory/complexinventory.h \ net/auctionhandler.h \ net/bankhandler.h \ net/battlegroundhandler.h \ |