diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |