summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-12 15:48:26 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-12 15:48:26 +0300
commit12400c7c747c8195ec88b0cacad8472097ceada9 (patch)
tree3af1f4eeae6a1da14fcbc16ac0b1936f6237aaf5 /src/Makefile.am
parentf8fa10233df6c27c70c4a4875b202068654e825a (diff)
downloadplus-12400c7c747c8195ec88b0cacad8472097ceada9.tar.gz
plus-12400c7c747c8195ec88b0cacad8472097ceada9.tar.bz2
plus-12400c7c747c8195ec88b0cacad8472097ceada9.tar.xz
plus-12400c7c747c8195ec88b0cacad8472097ceada9.zip
Move mousebutton.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 fe244fd56..0a957184e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -200,7 +200,7 @@ manaplus_SOURCES += events/actionevent.h \
gui/models/listmodel.h \
gui/models/magicschoolmodel.h \
events/mouseevent.h \
- events/mousebutton.h \
+ enums/events/mousebutton.h \
events/mouseeventtype.h \
listeners/mouselistener.h \
listeners/openurllistener.h \