Changeset 4ecfbc in git for libpolys/coeffs/Makefile.am


Ignore:
Timestamp:
May 23, 2011, 7:06:07 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2f0314b588c9d83a52b5e2ded26f85edb4ea9593
Parents:
fa1d488e63bd80e9128a29152e3961a2b526210f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 19:06:07+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:48+01:00
Message:
FIX: factory needs NTL => -lntl AFTER -lfactory... :-/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    rfa1d48 r4ecfbc  
    5454test_g_SOURCES = test.cc gftables
    5555
    56 test_LDADD   = -lcoeffs ${GMP_LIBS} ${NTL_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc
    57 test_g_LDADD = -lcoeffs_g ${GMP_LIBS} ${NTL_LIBS} ${FACTORY_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g
     56test_LDADD   = -lcoeffs ${GMP_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc
     57test_g_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g
    5858
    5959
Note: See TracChangeset for help on using the changeset viewer.