summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 22:45:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 22:45:17 +0300
commite3ec854f275cc6f79129bbdd3129be277100908f (patch)
tree0fe087ce12daa09d1942d9d1c9fde9d9d63f24aa /src/Makefile.am
parent884ab3c2ab1d308866649b01faf0dc95d76809c5 (diff)
downloadplus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.gz
plus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.bz2
plus-e3ec854f275cc6f79129bbdd3129be277100908f.tar.xz
plus-e3ec854f275cc6f79129bbdd3129be277100908f.zip
Move some listeners classes into listeners directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7fe7a5e2e..4aa93893f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -732,7 +732,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
commands.h \
being/compoundsprite.cpp \
being/compoundsprite.h \
- configlistener.h \
+ listeners/configlistener.h \
configuration.cpp \
configuration.h \
debug.h \
@@ -740,8 +740,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
defaults.h \
depricatedevent.cpp \
depricatedevent.h \
- depricatedlistener.cpp \
- depricatedlistener.h \
+ listeners/depricatedlistener.cpp \
+ listeners/depricatedlistener.h \
dragdrop.h \
dropshortcut.cpp \
dropshortcut.h \