From fd11101b4e85f84eaada7c5892e0842ebcc57d9b Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Wed, 16 Feb 2011 04:46:46 +0000 Subject: Chromoting: UserAuthenticator interface and its implementation for PAM. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6484002 Patch from Lambros Lambrou . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75069 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 9b5239f..f1b2ec3 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -212,6 +212,7 @@ 'host/json_host_config.h', 'host/in_memory_host_config.cc', 'host/in_memory_host_config.h', + 'host/user_authenticator.h', ], 'conditions': [ ['OS=="win"', { @@ -228,12 +229,15 @@ 'host/capturer_linux.h', 'host/event_executor_linux.cc', 'host/event_executor_linux.h', + 'host/user_authenticator_pam.cc', + 'host/user_authenticator_pam.h', ], 'link_settings': { 'libraries': [ '-lX11', '-lXdamage', '-lXtst', + '-lpam', ], }, }], -- cgit v1.1