From e84ef5b99ff28063dcda246aa2746177bcc22e9b Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Tue, 14 Aug 2012 15:10:03 +0200 Subject: Account provider Listing of the users and groups Signed-off-by: Roman Rakus --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ca84467..9141936 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,7 @@ endif(CMAKE_SIZEOF_VOID_P EQUAL 4) option(WITH-FAN "Build fan provider" ON) option(WITH-POWER "Build power provider" ON) option(WITH-SERVICE "Build service provider" ON) +option(WITH-ACCOUNT "Build account provider" ON) # Set path to custom cmake modules set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH}) -- cgit