diff options
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 40631398..fbd3bd8b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,8 +43,8 @@ tmwserv_SOURCES = main.cpp \ inventory.cpp \ item.h \ item.cpp \ - itemhandler.h \ - itemhandler.cpp \ + itemmanager.h \ + itemmanager.cpp \ map.h \ map.cpp \ mapcomposite.h \ |