summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-12 16:01:53 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-12 16:01:53 +0300
commitfb810c2d0a117dba032353b4e60391db2bff504c (patch)
tree2f340d0135d919d7bb35604859f83afe4758e7ba /src/Makefile.am
parent12400c7c747c8195ec88b0cacad8472097ceada9 (diff)
downloadplus-fb810c2d0a117dba032353b4e60391db2bff504c.tar.gz
plus-fb810c2d0a117dba032353b4e60391db2bff504c.tar.bz2
plus-fb810c2d0a117dba032353b4e60391db2bff504c.tar.xz
plus-fb810c2d0a117dba032353b4e60391db2bff504c.zip
Move mouseeventtype.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 0a957184e..d702914c9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -201,7 +201,7 @@ manaplus_SOURCES += events/actionevent.h \
gui/models/magicschoolmodel.h \
events/mouseevent.h \
enums/events/mousebutton.h \
- events/mouseeventtype.h \
+ enums/events/mouseeventtype.h \
listeners/mouselistener.h \
listeners/openurllistener.h \
listeners/pincodelistener.cpp \