From 40b66fccf867aae39e30468582d6625a7b0a4e48 Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 3 Sep 2008 09:15:52 +0000 Subject: Enable fft compilation --- src/signalProcessing/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/signalProcessing/Makefile.am (limited to 'src/signalProcessing/Makefile.am') diff --git a/src/signalProcessing/Makefile.am b/src/signalProcessing/Makefile.am new file mode 100644 index 00000000..eec71e87 --- /dev/null +++ b/src/signalProcessing/Makefile.am @@ -0,0 +1,14 @@ +## +## Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +## Copyright (C) 2008-2008 - INRIA - Bruno JOFRET +## +## This file must be used under the terms of the CeCILL. +## This source file is licensed as described in the file COPYING, which +## you should have received as part of this distribution. The terms +## are also available at +## http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt +## +## + +SUBDIRS= fft + -- cgit