changeset 83:6471e239941d

The file fem_init_env is no longer needed because function are now declared inside the header file.
author gedeone-octave <marcovass89@hotmail.it>
date Sat, 03 Aug 2013 14:47:03 +0200
parents 5a4371f45fc4
children 98297c182dfa
files post_install.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/post_install.m	Sat Aug 03 14:45:57 2013 +0200
+++ b/post_install.m	Sat Aug 03 14:47:03 2013 +0200
@@ -8,5 +8,4 @@
   endif
 
   movefile ('./src/*.h', private, 'f');
-  movefile ('./src/fem_init_env.o', private, 'f');
 endfunction