changeset 6009:1f5d31edb459

[project @ 2006-09-27 15:42:01 by jwe]
author jwe
date Wed, 27 Sep 2006 15:42:01 +0000
parents 0f5bc819fdb8
children 5e4d1e774641
files ChangeLog mkoctfile.in
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Sep 27 15:34:28 2006 +0000
+++ b/ChangeLog	Wed Sep 27 15:42:01 2006 +0000
@@ -1,3 +1,8 @@
+2006-09-27  John W. Eaton  <jwe@octave.org>
+
+	* mkoctfile.in [--mex]: Include -I. in incflags.
+	From Soren Hauberg <soren@hauberg.org>.
+
 2006-09-26  John W. Eaton  <jwe@octave.org>
 
 	* configure.in (AC_CONFIG_FILES):
--- a/mkoctfile.in	Wed Sep 27 15:34:28 2006 +0000
+++ b/mkoctfile.in	Wed Sep 27 15:42:01 2006 +0000
@@ -262,6 +262,7 @@
       link_stand_alone=true
     ;;
     --mex)
+      incflags="$incflags -I."
       output_ext=".mex"
     ;;
     -W*)