From 87fb47f7daa7acdaa4aedd93990a866bda37675c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 27 Feb 2010 22:11:31 +0000 Subject: [PATCH] Add module.conf.src to Makefile. SVN revision: 46621 --- config/illume-home/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/illume-home/Makefile.am b/config/illume-home/Makefile.am index 73ea30683..4bda63d6f 100644 --- a/config/illume-home/Makefile.am +++ b/config/illume-home/Makefile.am @@ -9,7 +9,8 @@ EXTRA_DIST = \ module.battery.src \ module.illume-home.src \ module.illume-keyboard.src \ - module.illume2.src + module.illume2.src \ + module.conf.src filesdir = $(datadir)/enlightenment/data/config/illume-home files_DATA = \ @@ -19,7 +20,8 @@ files_DATA = \ module.battery.cfg \ module.illume-home.cfg \ module.illume-keyboard.cfg \ - module.illume2.cfg + module.illume2.cfg \ + module.conf.cfg SUFFIXES = .cfg