Changeset 6444d6 in git


Ignore:
Timestamp:
Sep 18, 2014, 3:25:19 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
c4bb27c09adeb80e50299f3a1b67a1ab17323273
Parents:
e2534678b182c145067225edf9756f2ddbbece48
Message:
fix for ubuntu14 again/now: ld 2.24

I like tools which change their behaviour.
See git/issue 462.
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    re25346 r6444d6  
    282282
    283283test_SOURCES = test.cc
    284 test_LDADD   = libfactory.la
     284test_LDADD   = libfactory.la ../resources/libresources.la
    285285
    286286####################################################
  • libpolys/polys/Makefile.am

    re25346 r6444d6  
    123123check_PROGRAMS = $(TESTS)
    124124
    125 test_LDADD=libpolys.la
     125test_LDADD=libpolys.la ../../resources/libresources.la ../../omalloc/libomalloc.la
    126126test_SOURCES=test.cc
    127127
  • libpolys/tests/Makefile.am

    re25346 r6444d6  
    1919
    2020coeffs_test_LDADD = ${top_builddir}/coeffs/libcoeffs.la
    21 polys_test_LDADD = ${top_builddir}/polys/libpolys.la
     21polys_test_LDADD = ${top_builddir}/polys/libpolys.la ../../resources/libresources.la ../../omalloc/libomalloc.la
    2222rings_test_LDADD = $(polys_test_LDADD)
    2323
Note: See TracChangeset for help on using the changeset viewer.