diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-12-29 19:06:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-12-29 19:06:17 +0300 |
commit | cf90c52427fcb50a0ca6d967dbbd6eb30c131481 (patch) | |
tree | b4e29c507b4f2bb0103111c457555b6ef7ccd68c /src/Makefile.am | |
parent | c322175764a915968f136d86fb038e2ace057d45 (diff) | |
download | plus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.tar.gz plus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.tar.bz2 plus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.tar.xz plus-cf90c52427fcb50a0ca6d967dbbd6eb30c131481.zip |
Move sha256 files to manaserv only files.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fce320166..c1db3e92b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -457,8 +457,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ utils/mkdir.h \ utils/paths.cpp \ utils/paths.h \ - utils/sha256.cpp \ - utils/sha256.h \ utils/specialfolder.cpp \ utils/specialfolder.h \ utils/stringutils.cpp \ @@ -620,6 +618,8 @@ manaplus_SOURCES += enet/callbacks.c \ enet/unix.h \ enet/utility.h \ enet/win32.h \ + utils/sha256.cpp \ + utils/sha256.h \ net/manaserv/attributes.cpp \ net/manaserv/attributes.h \ net/manaserv/adminhandler.cpp \ |