diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-05-07 15:01:04 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-05-07 15:01:04 +0000 |
commit | f802170cc6af7df3af3953598f5575def012daa4 (patch) | |
tree | 125373ee8ab624d55913e4372e1f4e228c5ae068 /modules/Makefile.am | |
parent | Added mailwrapper symlink module. (diff) | |
download | eselect-f802170cc6af7df3af3953598f5575def012daa4.tar.gz eselect-f802170cc6af7df3af3953598f5575def012daa4.tar.bz2 eselect-f802170cc6af7df3af3953598f5575def012daa4.zip |
Commit for final blas and lapack modules. Additionally some tidy-up and
bugfixes. See ChangeLog for details.
svn path=/trunk/; revision=26
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r-- | modules/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am index 96033df..fcb9952 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -2,9 +2,10 @@ noinst_SCRIPTS = bashcomp.eclectic \ blas.eclectic \ cow.eclectic \ kernel-symlink.eclectic \ + lapack.eclectic \ + mailer-symlink.eclectic \ profile-symlink.eclectic \ - vi-symlink.eclectic \ - mailer-symlink.eclectic + vi-symlink.eclectic EXTRA_DIST = $(noinst_SCRIPTS) |