diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:48:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:48:21 +0300 |
commit | 9b072c42f4508de8fb15d1fc8b59931777d5b5a7 (patch) | |
tree | f9de59c6afaa00d48e4e637a35647759c4e230f2 /src/Makefile.am | |
parent | fe70d4929e6ca0e46e6210d8795056c6e8a4b93d (diff) | |
download | plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.gz plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.bz2 plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.tar.xz plus-9b072c42f4508de8fb15d1fc8b59931777d5b5a7.zip |
Move item into item directory.
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 \ |