diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-29 01:47:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-29 01:47:55 +0200 |
commit | 193197e85ccc5622abd9653dcd939712334d3ea3 (patch) | |
tree | 369f6a532af4c54ed653faf036a2e010c6c703b5 /Makefile.am | |
parent | 932e3ee76ea0a9d28902f694ad1873e37532da35 (diff) |
logind: parse configuration file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3d6951acdc..c288ad4c29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,7 +197,9 @@ pamlib_LTLIBRARIES = \ endif dist_pkgsysconf_DATA = \ - src/system.conf + src/system.conf \ + src/user.conf \ + src/systemd-logind.conf dist_dbuspolicy_DATA = \ src/org.freedesktop.systemd1.conf \ |