From 0d73f54f842a9690c65faedf094112017fd07430 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 16 Feb 2014 12:22:47 +0300 Subject: move actionevent into events directory. --- src/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6f0dd30f4..21c2fc0e9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,15 +26,14 @@ manaplus_SOURCES = endif dyecmd_CXXFLAGS = -dyecmd_SOURCES = gui/base/actionevent.cpp \ - gui/base/cliprectangle.cpp \ +dyecmd_SOURCES = gui/base/cliprectangle.cpp \ gui/base/color.cpp \ gui/base/event.cpp \ gui/base/exception.cpp \ gui/base/font.cpp \ gui/base/rectangle.cpp \ gui/base/widget.cpp \ - gui/base/actionevent.hpp \ + events/actionevent.h \ gui/base/cliprectangle.hpp \ gui/base/color.hpp \ gui/base/event.hpp \ @@ -156,7 +155,7 @@ manaplus_CXXFLAGS += -DUSE_SDL2 endif endif -manaplus_SOURCES += gui/base/actionevent.hpp \ +manaplus_SOURCES += events/actionevent.h \ listeners/actionlistener.h \ gui/base/basiccontainer.hpp \ gui/base/cliprectangle.hpp \ @@ -196,7 +195,6 @@ manaplus_SOURCES += gui/base/actionevent.hpp \ gui/base/widgets/textbox.hpp \ gui/base/widgets/textfield.hpp \ gui/base/widgets/window.hpp \ - gui/base/actionevent.cpp \ gui/base/basiccontainer.cpp \ gui/base/cliprectangle.cpp \ gui/base/color.cpp \ -- cgit v1.2.3-60-g2f50