Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index f39ef6b10720302e8fbc7e02da9054e2c679639f..739c9a7dcad7bf356fa2424e2f96cfdd460e03f0 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -229,12 +229,15 @@ |
| 'host/capturer_linux.h', |
| 'host/event_executor_linux.cc', |
| 'host/event_executor_linux.h', |
| + 'host/user_auth_pam.cc', |
| + 'host/user_auth_pam.h', |
| ], |
| 'link_settings': { |
| 'libraries': [ |
| '-lX11', |
| '-lXdamage', |
| '-lXtst', |
| + '-lpam', |
| ], |
| }, |
| }], |