From: František Dvořák Date: Fri, 21 Feb 2014 15:36:20 +0000 (+0100) Subject: Enable compilation of full authorization plugin. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e40a7b8ce4b9eae6befb89700e22d264d3b3e1a7;p=dmlite-plugins-vfs.git Enable compilation of full authorization plugin. --- 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