diff options
author | 2005-04-01 03:16:07 +0000 | |
---|---|---|
committer | 2005-04-01 03:16:07 +0000 | |
commit | 60f1672804dd52b272cf3cfe92cbc262d984da00 (patch) | |
tree | dddd372328a49c5eb9c21d7184dd3f2b03db37c0 /modules | |
parent | Should be install-data-local and added missing DESTDIR's (diff) | |
download | eselect-60f1672804dd52b272cf3cfe92cbc262d984da00.tar.gz eselect-60f1672804dd52b272cf3cfe92cbc262d984da00.tar.bz2 eselect-60f1672804dd52b272cf3cfe92cbc262d984da00.zip |
Merged branches/kugelfang manually. Added multilib.lib.in and blas.eclectic; Fixed config.lib.in.
svn path=/trunk/; revision=13
Diffstat (limited to 'modules')
-rw-r--r-- | modules/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index b34574d..744d7db 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,7 +1,8 @@ -noinst_SCRIPTS = cow.eclectic \ +noinst_SCRIPTS = bashcomp.eclectic \ + blas.eclectic \ + cow.eclectic \ kernel-symlink.eclectic \ - vi-symlink.eclectic \ - bashcomp.eclectic + vi-symlink.eclectic EXTRA_DIST = $(noinst_SCRIPTS) |