diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:20:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 23:27:01 +0300 |
commit | 580ce9af9e9a241aac083107b18c9c81e1c1da0d (patch) | |
tree | 6060a23b6e5760e4c52442fd3f6f2b306d61fb9d /src/Makefile.am | |
parent | 9502e9c968fac129ab57d7b0496c874086995b04 (diff) | |
download | plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.tar.gz plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.tar.bz2 plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.tar.xz plus-580ce9af9e9a241aac083107b18c9c81e1c1da0d.zip |
move deathlistener from base into listeners.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 422b08586..7a74b3d17 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -161,7 +161,7 @@ manaplus_SOURCES += gui/base/actionevent.hpp \ gui/base/basiccontainer.hpp \ gui/base/cliprectangle.hpp \ gui/base/color.hpp \ - gui/base/deathlistener.hpp \ + listeners/deathlistener.h \ gui/base/event.hpp \ gui/base/exception.hpp \ gui/base/focushandler.hpp \ |