diff liboctave/Makefile.am @ 10138:805a83ecd3da

avoid conflict between glob.h definition of glob and glob_match::glob function
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 01:57:41 -0500
parents 82d47b706424
children deba43069023
line wrap: on
line diff
--- a/liboctave/Makefile.am	Wed Jan 20 03:30:06 2010 +0100
+++ b/liboctave/Makefile.am	Wed Jan 20 01:57:41 2010 -0500
@@ -215,6 +215,7 @@
   oct-env.h \
   oct-fftw.h \
   oct-getopt.h \
+  oct-glob.h \
   oct-group.h \
   oct-inttypes.h \
   oct-locbuf.h \
@@ -422,6 +423,7 @@
   oct-alloc.cc \
   oct-env.cc \
   oct-fftw.cc \
+  oct-glob.cc \
   oct-group.cc \
   oct-locbuf.cc \
   oct-md5.cc \