diff options
author | Pierre Marechal <pierre.marechal@scilab.org> | 2008-03-26 12:25:05 +0000 |
---|---|---|
committer | Pierre Marechal <pierre.marechal@scilab.org> | 2008-03-26 12:25:05 +0000 |
commit | 5d59fd30139a5b8ef0bd77313bf135a4ec6ac1b2 (patch) | |
tree | 73858ae71072b2d7af3e1cd6e0f1cda7bfcc57a6 /scilab/modules/Makefile.am | |
parent | 6c08b0b8a28bdaead44e04502b91e0c7d45a7c36 (diff) | |
download | scilab-5d59fd30139a5b8ef0bd77313bf135a4ec6ac1b2.zip scilab-5d59fd30139a5b8ef0bd77313bf135a4ec6ac1b2.tar.gz |
genetic_algorithm layout
Diffstat (limited to 'scilab/modules/Makefile.am')
-rw-r--r-- | scilab/modules/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scilab/modules/Makefile.am b/scilab/modules/Makefile.am index 373f361..7a4703b 100644 --- a/scilab/modules/Makefile.am +++ b/scilab/modules/Makefile.am | |||
@@ -69,7 +69,8 @@ compatibility_functions \ | |||
69 | helptools \ | 69 | helptools \ |
70 | fftw \ | 70 | fftw \ |
71 | umfpack \ | 71 | umfpack \ |
72 | demo_tools | 72 | demo_tools \ |
73 | genetic_algorithms | ||
73 | 74 | ||
74 | #umfpack | 75 | #umfpack |
75 | 76 | ||