diff liboctave/Makefile.am @ 10384:978f5c94b11f

initial implementation of conv2/convn in liboctave
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 02 Mar 2010 10:04:12 +0100
parents 1ed7cc046c52
children afe44ee90cbd
line wrap: on
line diff
--- a/liboctave/Makefile.am	Tue Mar 02 01:14:11 2010 +0100
+++ b/liboctave/Makefile.am	Tue Mar 02 10:04:12 2010 +0100
@@ -211,6 +211,7 @@
   mach-info.h \
   oct-alloc.h \
   oct-cmplx.h \
+  oct-convn.h \
   oct-env.h \
   oct-fftw.h \
   oct-group.h \
@@ -425,6 +426,7 @@
   lo-utils.cc \
   mach-info.cc \
   oct-alloc.cc \
+  oct-convn.cc \
   oct-env.cc \
   oct-fftw.cc \
   oct-glob.cc \