Changeset 3000

Show
Ignore:
Timestamp:
07/02/08 09:16:06 (3 months ago)
Author:
dumas
Message:

changed other examples compile line

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/examples/Makefile.am

    r2957 r3000  
    6161# for compilation of new examples 
    6262%:%.C  
    63         $(CXX) $(CXXFLAGS) $(OPTFLAGS) ${INCLUDES} $(AM_CPPFLAGS) $(LDADD) $*.C -o $@ 
     63        $(CXX) $(CXXFLAGS) $(OPTFLAGS) ${INCLUDES} $(AM_CPPFLAGS) $*.C -o $@ $(LDADD) $(top_srcdir)/linbox/.libs/liblinbox.a