diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 22:45:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 22:45:17 +0300 |
commit | e3ec854f275cc6f79129bbdd3129be277100908f (patch) | |
tree | 0fe087ce12daa09d1942d9d1c9fde9d9d63f24aa /src/Makefile.am | |
parent | 884ab3c2ab1d308866649b01faf0dc95d76809c5 (diff) | |
download | plus-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.am | 6 |
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 \ |