From 6d71f5681d0c8806da8fe00faebba2a004d846af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 21 Feb 2014 16:36:20 +0100 Subject: [PATCH] Enable compilation of full authorization plugin. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fdb1cba..7e1d270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,7 @@ cmake_minimum_required (VERSION 2.6) add_library (vfs MODULE Vfs.cpp + VfsAuthn.cpp VfsAuthnSimple.cpp VfsDriver.cpp VfsIO.cpp -- 1.8.2.3