summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-06-29 01:47:55 +0200
committerLennart Poettering <lennart@poettering.net>2011-06-29 01:47:55 +0200
commit193197e85ccc5622abd9653dcd939712334d3ea3 (patch)
tree369f6a532af4c54ed653faf036a2e010c6c703b5 /Makefile.am
parent932e3ee76ea0a9d28902f694ad1873e37532da35 (diff)
logind: parse configuration file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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 \