Changeset 84fc1f in git for libpolys/coeffs/Makefile.am


Ignore:
Timestamp:
Apr 25, 2012, 8:29:35 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fe02b179f9d0d756e5341889d22afec48083e992
Parents:
6f8d6f9137c56e72b78c6ae9c87f1d0d5e77bb97
Message:
moved Hans's bigintmat from libmisc to libcoeffs (almost verbatim)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r6f8d6f r84fc1f  
    2727        numbers.cc rintegers.cc rmodulo2m.cc rmodulon.cc shortfl.cc \
    2828        gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc ffields.cc \
    29         modulop.cc mpr_complex.cc
     29        modulop.cc mpr_complex.cc \
     30  bigintmat.cc
    3031
    3132libcoeffs_la_SOURCES   = $(SOURCES)
     
    3334
    3435libcoeffs_includedir  =$(includedir)/singular/coeffs
    35 libcoeffs_include_HEADERS = coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h shortfl.h mpr_complex.h mpr_global.h
     36libcoeffs_include_HEADERS = coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h shortfl.h mpr_complex.h mpr_global.h \
     37  bigintmat.h
    3638
    3739
Note: See TracChangeset for help on using the changeset viewer.