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


Ignore:
Timestamp:
Sep 18, 2014, 6:20:27 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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/polys/Makefile.am

    r49d2b5 rc4e319  
    123123check_PROGRAMS = $(TESTS)
    124124
    125 test_LDADD=libpolys.la ../../resources/libresources.la ../../omalloc/libomalloc.la
     125test_LDADD=libpolys.la \
     126${top_builddir}/reporter/libreporter.la ${top_builddir}/misc/libmisc.la \
     127$(FACTORY_LIBS) $(RESOURCES_LIBS) $(OMALLOC_LIBS) \
     128$(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS)
     129
    126130test_SOURCES=test.cc
    127131
Note: See TracChangeset for help on using the changeset viewer.