summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-15 20:31:52 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-15 20:31:52 +0300
commit29f929794c7519b049de0be3af635f05d7e83be6 (patch)
tree5627bfcb7f19a349f065c207476c871bc5c3aa40 /src/Makefile.am
parent41d545176ffad2fb33158ca3415d2a0a983fffdb (diff)
downloadmv-29f929794c7519b049de0be3af635f05d7e83be6.tar.gz
mv-29f929794c7519b049de0be3af635f05d7e83be6.tar.bz2
mv-29f929794c7519b049de0be3af635f05d7e83be6.tar.xz
mv-29f929794c7519b049de0be3af635f05d7e83be6.zip
move some methods from base/graphics into render/graphics.
Remove base/graphcs.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 028041582..7fe7a5e2e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,6 @@ dyecmd_SOURCES = gui/base/actionevent.cpp \
gui/base/event.cpp \
gui/base/exception.cpp \
gui/base/font.cpp \
- gui/base/graphics.cpp \
gui/base/rectangle.cpp \
gui/base/widget.cpp \
gui/base/actionevent.hpp \
@@ -41,7 +40,6 @@ dyecmd_SOURCES = gui/base/actionevent.cpp \
gui/base/event.hpp \
gui/base/exception.hpp \
gui/base/font.hpp \
- gui/base/graphics.hpp \
gui/base/rectangle.hpp \
gui/base/widget.hpp
@@ -206,7 +204,6 @@ manaplus_SOURCES += gui/base/actionevent.hpp \
gui/base/exception.cpp \
gui/base/focushandler.cpp \
gui/base/font.cpp \
- gui/base/graphics.cpp \
gui/base/gui.cpp \
gui/base/inputevent.cpp \
gui/base/key.cpp \