Changeset 4fdf15 in git for libpolys/tests


Ignore:
Timestamp:
Nov 17, 2011, 8:18:57 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
8ccf0107fc81b23d2dfb7e6ebb65e30242797efd
Parents:
dd5fa68c4187968f9d7b2351a53fe3c164c36398
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-17 20:18:57+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:48+01:00
Message:
CHG: combine lib{misc/reporter/resources/coeffs/polys} together and install as a single library
FIX: correction of LDADD for libpolys/tests
FIX: adaptation to single libpolys(_g).la in Singular
FIX: correct data in lib*-config.in
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    rdd5fa6 r4fdf15  
    3131
    3232coeffs_test_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS}
    33 polys_test_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} $(coeffs_test_LDADD)
     33polys_test_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS}
    3434rings_test_LDADD = $(polys_test_LDADD)
    3535
Note: See TracChangeset for help on using the changeset viewer.