diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 17:35:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 17:35:26 +0300 |
commit | decb667f420d1f33d064f4335094a7a293963f35 (patch) | |
tree | 4572a4caefadaa66b6f6aadcefac3cc26c59d95d /src/Makefile.am | |
parent | 6d432c0b73e21e0ef72df1010d1353ce9d5b3645 (diff) | |
download | plus-decb667f420d1f33d064f4335094a7a293963f35.tar.gz plus-decb667f420d1f33d064f4335094a7a293963f35.tar.bz2 plus-decb667f420d1f33d064f4335094a7a293963f35.tar.xz plus-decb667f420d1f33d064f4335094a7a293963f35.zip |
Move createpartypopup into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fe412fc0a..41d81eee8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -405,6 +405,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/windowcontainer.h \ gui/popups/beingpopup.cpp \ gui/popups/beingpopup.h \ + gui/popups/createpartypopup.h \ gui/windows/buydialog.cpp \ gui/windows/buydialog.h \ gui/windows/buyselldialog.cpp \ |