| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index f39ef6b10720302e8fbc7e02da9054e2c679639f..ca1e51328b7bd655116f31f6a94695b166b39684 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -213,6 +213,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"', {
|
| @@ -229,12 +230,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',
|
| ],
|
| },
|
| }],
|
|
|