summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2011-07-23 22:46:37 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-07-25 14:01:30 +0200
commitb87722e6ed97aaea7ded638ad585491081faaa8b (patch)
tree960a25c66bb06d9dda331c5cd58fe01ff13347a2 /common/CMakeLists.txt
parentebf4e80250b525e173397fbe5c0018d922c5d42a (diff)
downloadeurephia-b87722e6ed97aaea7ded638ad585491081faaa8b.tar.gz
eurephia-b87722e6ed97aaea7ded638ad585491081faaa8b.tar.xz
eurephia-b87722e6ed97aaea7ded638ad585491081faaa8b.zip
Moved generic parts of the config file parser to the common library
Modified the eurephiadm client_config section to make use of the common version as well. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 9fcf8da..8048b0b 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -45,6 +45,7 @@ ADD_LIBRARY( eurephiacommon STATIC
eurephia_log.c
eurephia_nullsafe.c
eurephia_values.c
+ eurephia_cfgfile.c
passwd.c
randstr.c
sha512.c