Show
Ignore:
Timestamp:
06/14/08 20:43:31 (6 months ago)
Author:
pernet
Message:

Update the svn:ignore properties and make Givaro mandatory

Location:
trunk/linbox
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox

    • Property svn:ignore
      •  

        old new  
        2424linbox-config.h.in 
        2525INSTALL 
         26_configs.sed 
  • trunk/linbox/linbox

    • Property svn:ignore
      •  

        old new  
        22Makefile.in 
        33linbox-config.h 
         4.libs 
  • trunk/linbox/linbox/randiter/Makefile.am

    r2962 r2972  
    22pkgincludesubdir=$(pkgincludedir)/randiter 
    33 
    4 AM_CPPFLAGS=-Wall -O2 
    5  
     4AM_CXXFLAGS = -O2 -Wall -DDISABLE_COMMENTATOR $(GMP_CFLAGS) $(NTL_CFLAGS) $(ATLAS_CFLAGS) $(GIVARO_CFLAGS) 
     5  
    66BASIC_HDRS =                            \ 
    77        abstract.h                      \