diff options
| author | Sebastien Braun | 2010-10-06 15:19:44 +0200 |
|---|---|---|
| committer | Sebastien Braun | 2010-10-07 09:30:24 +0200 |
| commit | aeeb2b034f50ad2938b1c32507f20070a26c1849 (patch) | |
| tree | 54dfca1f4dff7202c012adfc26070cfc3c9a222c /src/input/CMakeLists.txt | |
| parent | Install PolKit policy file (diff) | |
| download | pvs-aeeb2b034f50ad2938b1c32507f20070a26c1849.tar.gz pvs-aeeb2b034f50ad2938b1c32507f20070a26c1849.tar.xz pvs-aeeb2b034f50ad2938b1c32507f20070a26c1849.zip | |
Implement log targets for pvsprivinputd
Also:
- add command line options and usage message.
- change --no-fork to --daemon to bring it in line with the
pvs daemon.
Diffstat (limited to 'src/input/CMakeLists.txt')
| -rw-r--r-- | src/input/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index 0cf5177..a2e6fda 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -18,6 +18,7 @@ if(UNIX) pvsprivinputd.cpp pvsPrivInputHandler.cpp pvsCheckPrivileges.cpp + pvsSyslog.cpp pvsPrivInputSignalHandler.cpp rebootSystemHandler.cpp killX11Handler.cpp @@ -27,6 +28,7 @@ if(UNIX) set(pvsprivinputd_MOC_HDRS pvsPrivInputHandler.h pvsCheckPrivileges.h + pvsSyslog.h pvsPrivInputSignalHandler.h ) |
