summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-12-29 19:06:17 +0300
committerAndrei Karas <akaras@inbox.ru>2011-12-29 19:06:17 +0300
commitcf90c52427fcb50a0ca6d967dbbd6eb30c131481 (patch)
treeb4e29c507b4f2bb0103111c457555b6ef7ccd68c /src
parentc322175764a915968f136d86fb038e2ace057d45 (diff)
downloadplus-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')
-rw-r--r--src/CMakeLists.txt4
-rw-r--r--src/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d281151e2..7ec0c8a19 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -450,8 +450,6 @@ SET(SRCS
utils/mathutils.h
utils/paths.cpp
utils/paths.h
- utils/sha256.cpp
- utils/sha256.h
utils/stringutils.cpp
utils/stringutils.h
utils/mutex.h
@@ -794,6 +792,8 @@ SET(SRCS_MANASERV
enet/utility.h
enet/win32.c
enet/win32.h
+ utils/sha256.cpp
+ utils/sha256.h
net/manaserv/attributes.cpp
net/manaserv/attributes.h
net/manaserv/adminhandler.cpp
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 \