summaryrefslogtreecommitdiffstats
path: root/src/input/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastien Braun2010-10-06 18:00:08 +0200
committerSebastien Braun2010-10-07 09:30:25 +0200
commit32672a51fe8b8ccf63e1cfeb89ac5e020fde787a (patch)
tree98b0524e96cc370ca0f61632bb02d1787304901e /src/input/CMakeLists.txt
parentSanitize security model yet again (diff)
downloadpvs-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.txt1
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
)