summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 23:20:49 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 23:27:01 +0300
commit580ce9af9e9a241aac083107b18c9c81e1c1da0d (patch)
tree6060a23b6e5760e4c52442fd3f6f2b306d61fb9d /src/Makefile.am
parent9502e9c968fac129ab57d7b0496c874086995b04 (diff)
downloadplus-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.am2
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 \