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 83d5ec41a..02310a8e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -712,8 +712,8 @@ manaplus_SOURCES += main.cpp \ inventory.h \ textcommand.cpp \ textcommand.h \ - item.cpp \ - item.h \ + resources/item/item.cpp \ + resources/item/item.h \ itemcolormanager.cpp \ itemcolormanager.h \ gui/shortcut/itemshortcut.cpp \ |