diff options
| author | Sebastien Braun | 2010-10-06 18:00:08 +0200 |
|---|---|---|
| committer | Sebastien Braun | 2010-10-07 09:30:25 +0200 |
| commit | 32672a51fe8b8ccf63e1cfeb89ac5e020fde787a (patch) | |
| tree | 98b0524e96cc370ca0f61632bb02d1787304901e /src/input/CMakeLists.txt | |
| parent | Sanitize security model yet again (diff) | |
| download | pvs-32672a51fe8b8ccf63e1cfeb89ac5e020fde787a.tar.gz pvs-32672a51fe8b8ccf63e1cfeb89ac5e020fde787a.tar.xz pvs-32672a51fe8b8ccf63e1cfeb89ac5e020fde787a.zip | |
Implement magic SysRq handler.
Diffstat (limited to 'src/input/CMakeLists.txt')
| -rw-r--r-- | src/input/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index 0e72c4c..20fd531 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -21,6 +21,7 @@ if(UNIX) pvsPrivInputSignalHandler.cpp rebootSystemHandler.cpp killX11Handler.cpp + magicSysRqHandler.cpp sayHelloHandler.cpp inputEventHandler.cpp ) |
