diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-29 15:54:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-29 15:54:49 +0300 |
commit | 88f71d6a8673932d178408e7632a6eea08623294 (patch) | |
tree | 0cc0c1d9bc663abaec614441164db86e88f878fe /src/Makefile.am | |
parent | 13dc76b540a0fa9bd62e3e996dd707b610e792e5 (diff) | |
download | plus-88f71d6a8673932d178408e7632a6eea08623294.tar.gz plus-88f71d6a8673932d178408e7632a6eea08623294.tar.bz2 plus-88f71d6a8673932d178408e7632a6eea08623294.tar.xz plus-88f71d6a8673932d178408e7632a6eea08623294.zip |
Move config related functions from client into configmanager.
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 6bb9951f9..0104db56a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -850,6 +850,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ commandhandler.h \ commands.cpp \ commands.h \ + configmanager.cpp \ + configmanager.h \ being/compounditem.h \ being/compoundsprite.cpp \ being/compoundsprite.h \ |