summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-07 16:59:10 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-07 16:59:10 +0300
commit8eb2e7d993ad9759da2fbeccea1a924b1b7f64dd (patch)
tree6eb263080e93f2712720cafba4a6a63a3a78a183 /src/Makefile.am
parent45c769b20e3b59446b58e182988547e6fe8507e0 (diff)
downloadmv-8eb2e7d993ad9759da2fbeccea1a924b1b7f64dd.tar.gz
mv-8eb2e7d993ad9759da2fbeccea1a924b1b7f64dd.tar.bz2
mv-8eb2e7d993ad9759da2fbeccea1a924b1b7f64dd.tar.xz
mv-8eb2e7d993ad9759da2fbeccea1a924b1b7f64dd.zip
Add empty complex inventory class.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 00ad71036..2bae5c547 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -717,6 +717,8 @@ 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 \