diff options
author | jofret | 2008-06-02 08:07:57 +0000 |
---|---|---|
committer | jofret | 2008-06-02 08:07:57 +0000 |
commit | b1b89724bc3b21b17a665bf6b50e804bd8e76962 (patch) | |
tree | 531ea7872c3258349ca7fa0bbde73d1c692ca915 /src | |
parent | 8a52d403ff3765407921395748ff20884936fa17 (diff) | |
download | scilab2c-b1b89724bc3b21b17a665bf6b50e804bd8e76962.tar.gz scilab2c-b1b89724bc3b21b17a665bf6b50e804bd8e76962.tar.bz2 scilab2c-b1b89724bc3b21b17a665bf6b50e804bd8e76962.zip |
Adding sum to compilation process
Diffstat (limited to 'src')
-rw-r--r-- | src/statisticsFunctions/Makefile.am | 3 | ||||
-rw-r--r-- | src/statisticsFunctions/Makefile.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/statisticsFunctions/Makefile.am b/src/statisticsFunctions/Makefile.am index 71e65292..bb937ab9 100644 --- a/src/statisticsFunctions/Makefile.am +++ b/src/statisticsFunctions/Makefile.am @@ -10,4 +10,5 @@ ## ## -SUBDIRS= mean
\ No newline at end of file +SUBDIRS= mean \ + sum
\ No newline at end of file diff --git a/src/statisticsFunctions/Makefile.in b/src/statisticsFunctions/Makefile.in index c35b8528..c48f8b17 100644 --- a/src/statisticsFunctions/Makefile.in +++ b/src/statisticsFunctions/Makefile.in @@ -165,7 +165,9 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = mean +SUBDIRS = mean \ + sum + all: all-recursive .SUFFIXES: |