summaryrefslogtreecommitdiff
path: root/etc/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-04-14 10:08:57 +0100
committerRichard Hughes <richard@hughsie.com>2010-04-14 10:08:57 +0100
commit5f1e64709b62517e4a925e952d255ab16d818df0 (patch)
tree4f1d5a752dd00d2090bee90368521f5261c53a44 /etc/Makefile.am
parent42f0715637eb998523c52b9c90dde9bee36f8ebd (diff)
downloadupower-5f1e64709b62517e4a925e952d255ab16d818df0.tar.gz
Add a config file with SleepTimeout and AllowHibernateEncryptedSwap entries
Diffstat (limited to 'etc/Makefile.am')
-rw-r--r--etc/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
new file mode 100644
index 0000000..3e39412
--- /dev/null
+++ b/etc/Makefile.am
@@ -0,0 +1,6 @@
+configdir = $(sysconfdir)/UPower
+config_DATA = UPower.conf
+
+EXTRA_DIST = \
+ $(config_DATA)
+