diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 17:11:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 17:56:20 +0300 |
commit | bec451007ce9471004ec4a8357cea3cb7712de55 (patch) | |
tree | ee085db2b2dc6fc012f4d94daf2e4a75bbdee0b5 /src/Makefile.am | |
parent | 813c0ece9e8063badf15f53ac5e0a759dcaa6d73 (diff) | |
download | plus-bec451007ce9471004ec4a8357cea3cb7712de55.tar.gz plus-bec451007ce9471004ec4a8357cea3cb7712de55.tar.bz2 plus-bec451007ce9471004ec4a8357cea3cb7712de55.tar.xz plus-bec451007ce9471004ec4a8357cea3cb7712de55.zip |
Join exguichan Window and normal Window classes.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3efaea9c1..27286cf25 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -182,7 +182,6 @@ manaplus_SOURCES += events/actionevent.h \ gui/base/widgets/slider.hpp \ gui/base/widgets/textbox.hpp \ gui/base/widgets/textfield.hpp \ - gui/base/widgets/window.hpp \ gui/base/basiccontainer.cpp \ gui/cliprectangle.cpp \ gui/color.cpp \ @@ -199,8 +198,7 @@ manaplus_SOURCES += events/actionevent.h \ gui/base/widgets/scrollarea.cpp \ gui/base/widgets/slider.cpp \ gui/base/widgets/textbox.cpp \ - gui/base/widgets/textfield.cpp \ - gui/base/widgets/window.cpp + gui/base/widgets/textfield.cpp manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/avatarlistbox.h \ |