summaryrefslogtreecommitdiffstats
path: root/plugin/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-28 23:27:30 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-28 23:27:30 +0100
commit0c35035dc8ac5d099f53353938a66b33227d3342 (patch)
treefd33e6d285eef6b27fb29e4632d3fcd1d50f5594 /plugin/CMakeLists.txt
parent4dabdc0e154b3be0c9b64d97041502b01662ed43 (diff)
downloadeurephia-0c35035dc8ac5d099f53353938a66b33227d3342.tar.gz
eurephia-0c35035dc8ac5d099f53353938a66b33227d3342.tar.xz
eurephia-0c35035dc8ac5d099f53353938a66b33227d3342.zip
Splitted plugin/eurephiadb_session.[ch] into two parts
One part is a generic session handling part (common/eurephiadb_session_common.[ch]) and the other part is left in the old plugin/eurephiadb_session.[ch]. This splitting should make it easiser to reuse some of the session handling functions for the admin utils.
Diffstat (limited to 'plugin/CMakeLists.txt')
-rw-r--r--plugin/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index 60d221f..8a1b43f 100644
--- a/plugin/CMakeLists.txt
+++ b/plugin/CMakeLists.txt
@@ -11,6 +11,7 @@ SET(eurephia_auth_SRC
../common/eurephia_getsym.c
../common/eurephia_log.c
../common/eurephia_values.c
+ ../common/eurephiadb_session_common.c
../common/passwd.c
../common/sha512.c
)