Changeset c4e319 in git for libpolys/tests/Makefile.am


Ignore:
Timestamp:
Sep 18, 2014, 6:20:27 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a4771e1b7535535946d3bd424ce5c97bd0866119
Parents:
49d2b5a60475c4c6d2d66343db6babe5c5cc32ca
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-18 18:20:27+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:08:14+02:00
Message:
Fix wrongs from 6444d6389c28adc3ffe071f6db085827f420f358
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r49d2b5 rc4e319  
    1818nodist_rings_test_SOURCES = rings_test_runner.cpp
    1919
    20 coeffs_test_LDADD = ${top_builddir}/coeffs/libcoeffs.la
    21 polys_test_LDADD = ${top_builddir}/polys/libpolys.la ../../resources/libresources.la ../../omalloc/libomalloc.la
     20coeffs_test_LDADD = ${top_builddir}/coeffs/libcoeffs.la \
     21${top_builddir}/reporter/libreporter.la ${top_builddir}/misc/libmisc.la \
     22$(FACTORY_LIBS) $(RESOURCES_LIBS) $(OMALLOC_LIBS) \
     23$(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS)
     24
     25polys_test_LDADD = ${top_builddir}/polys/libpolys.la $(coeffs_test_LDADD)
    2226rings_test_LDADD = $(polys_test_LDADD)
    2327
Note: See TracChangeset for help on using the changeset viewer.