Changeset 2f0314 in git for libpolys/tests/Makefile.am


Ignore:
Timestamp:
May 23, 2011, 7:10:17 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
Children:
9eb0f96f1972e349b922911e900cb26db0e540ea
Parents:
4ecfbcefeb4acc5195fa3e439b4291fea41483ed
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 19:10:17+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:48+01:00
Message:
FIX: -lNTL/-lfactory in correct order
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r4ecfbc r2f0314  
    3434rings_test_LDFLAGS = $(polys_test_LDFLAGS)
    3535
    36 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g
     36coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g
    3737polys_test_LDADD = -lpolys_g ${USEPPROCSDYNAMICLD} $(coeffs_test_LDADD)
    3838rings_test_LDADD = $(polys_test_LDADD)
Note: See TracChangeset for help on using the changeset viewer.