summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-29 14:30:34 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-29 14:30:34 +0300
commitb0666acdae84d8b4e1f76cdf84191173c667bff4 (patch)
treedf88b81b8e7303bd32261105bb946cff17460a0e /src/Makefile.am
parentf5660b872aaf0f3c817e74079ec8d506d4eca05c (diff)
downloadplus-b0666acdae84d8b4e1f76cdf84191173c667bff4.tar.gz
plus-b0666acdae84d8b4e1f76cdf84191173c667bff4.tar.bz2
plus-b0666acdae84d8b4e1f76cdf84191173c667bff4.tar.xz
plus-b0666acdae84d8b4e1f76cdf84191173c667bff4.zip
Move itemsoundevent.h into enums directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8c587b3d5..19f777fd4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -785,7 +785,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
resources/iteminfo.h \
resources/iteminfo.cpp \
resources/itemslot.h \
- resources/itemsoundevent.h \
+ enums/resources/itemsoundevent.h \
resources/itemtype.h \
resources/itemtypemap.h \
resources/itemtypemapdata.h \