summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-17 21:31:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-17 21:31:57 +0300
commita520c88cabf03973ddf27435eb5a970f9c214d30 (patch)
tree395cf08d06fd26a20c1274862591dca8d9ba0013 /src/Makefile.am
parent695fadf9f104443e3a925c88c074b0585a51f81c (diff)
downloadplus-a520c88cabf03973ddf27435eb5a970f9c214d30.tar.gz
plus-a520c88cabf03973ddf27435eb5a970f9c214d30.tar.bz2
plus-a520c88cabf03973ddf27435eb5a970f9c214d30.tar.xz
plus-a520c88cabf03973ddf27435eb5a970f9c214d30.zip
combine focushandler into one file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1b3710b60..f20376feb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,13 +29,11 @@ dyecmd_CXXFLAGS =
dyecmd_SOURCES = gui/base/cliprectangle.cpp \
gui/base/color.cpp \
gui/base/rectangle.cpp \
- gui/base/widget.cpp \
events/actionevent.h \
gui/base/cliprectangle.hpp \
gui/base/color.hpp \
events/event.h \
- gui/base/rectangle.hpp \
- gui/base/widget.hpp
+ gui/base/rectangle.hpp
dyecmd_SOURCES += dyetool/dyemain.cpp \
animatedsprite.cpp \
@@ -157,7 +155,6 @@ manaplus_SOURCES += events/actionevent.h \
gui/base/color.hpp \
listeners/deathlistener.h \
events/event.h \
- gui/base/focushandler.hpp \
listeners/focuslistener.h \
render/graphics.h \
gui/base/gui.hpp \
@@ -188,7 +185,6 @@ manaplus_SOURCES += events/actionevent.h \
gui/base/basiccontainer.cpp \
gui/base/cliprectangle.cpp \
gui/base/color.cpp \
- gui/base/focushandler.cpp \
gui/base/gui.cpp \
input/key.cpp \
gui/base/rectangle.cpp \