diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-22 00:49:55 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-02-22 00:49:55 +0000 |
commit | 26216eeb6b756a507f11d14483eea404cad70979 (patch) | |
tree | 7ca8715bbe8f50a338d25dcf3215df7e662b0aa9 /modules | |
parent | Added bashcomp module. (diff) | |
download | eselect-26216eeb6b756a507f11d14483eea404cad70979.tar.gz eselect-26216eeb6b756a507f11d14483eea404cad70979.tar.bz2 eselect-26216eeb6b756a507f11d14483eea404cad70979.zip |
Commit the other stuff I forgot to do...
svn path=/trunk/; revision=3
Diffstat (limited to 'modules')
-rw-r--r-- | modules/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index 2f3191b..4c4e674 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,4 +1,8 @@ -noinst_SCRIPTS = cow.eclectic kernel-symlink.eclectic vi-symlink.eclectic +noinst_SCRIPTS = cow.eclectic \ + kernel-symlink.eclectic \ + vi-symlink.eclectic \ + bashcomp.eclectic + EXTRA_DIST = $(noinst_SCRIPTS) MAINTAINERCLEANFILES = Makefile.in |