diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-31 23:20:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-31 23:20:54 +0300 |
commit | 33ef923235aeabd07308816bb07ef790cc6c1024 (patch) | |
tree | e50c8bbefae98bc57e5b804ba145bca2005c5ca7 /src/Makefile.am | |
parent | b6bd4b5d68df33d12f18a67de2e54e016a0935fe (diff) | |
download | plus-33ef923235aeabd07308816bb07ef790cc6c1024.tar.gz plus-33ef923235aeabd07308816bb07ef790cc6c1024.tar.bz2 plus-33ef923235aeabd07308816bb07ef790cc6c1024.tar.xz plus-33ef923235aeabd07308816bb07ef790cc6c1024.zip |
Move popup related code from viewport into popupManager.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3d028b119..01580c643 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -510,6 +510,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/onlineplayer.h \ gui/palette.cpp \ gui/palette.h \ + gui/popupmanager.cpp \ + gui/popupmanager.h \ gui/popups/popupmenu.cpp \ gui/popups/popupmenu.h \ gui/windows/questswindow.cpp \ |