diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-02-27 22:11:31 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-02-27 22:11:31 +0000 |
commit | 87fb47f7daa7acdaa4aedd93990a866bda37675c (patch) | |
tree | 77a93694850a4a2b6a77823b78e95c5bddb40360 /config | |
parent | 20547bb817381de60c4f5396a1d82c2f41e9560b (diff) | |
download | enlightenment-87fb47f7daa7acdaa4aedd93990a866bda37675c.tar.gz |
Add module.conf.src to Makefile.
SVN revision: 46621
Diffstat (limited to 'config')
-rw-r--r-- | config/illume-home/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/illume-home/Makefile.am b/config/illume-home/Makefile.am index 73ea306833..4bda63d6fb 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 |