Changeset d462535 in git


Ignore:
Timestamp:
Feb 17, 2011, 5:00:57 PM (13 years ago)
Author:
Bradford Hovinen <hovinen@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e879df352ec16003286913cdc51aedd1bfa8161e
Parents:
0cf29ee32038f8d901f290b7fcd031648f9dd8f9
git-author:
Bradford Hovinen <hovinen@gmail.com>2011-02-17 17:00:57+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:30+01:00
Message:
Change order of libraries when building libpolys/coeffs/test to avoid undefined symbol errors
Add omTables.h to BUILT_SOURCES in omalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r0cf29ee rd462535  
    3030test_g_SOURCES=test.cc
    3131
    32 test_LDADD = -lreporter -lresources -lgmp -lomalloc_ndebug libcoeffs.a
    33 test_g_LDADD = -lreporter -lresources -lgmp -lomalloc_ndebug libcoeffs_g.a
     32test_LDADD = libcoeffs.a -lresources -lreporter -lgmp -lomalloc_debug
     33test_g_LDADD = libcoeffs_g.a -lresources -lreporter -lgmp -lomalloc_debug
    3434
    3535test_g_CXXFLAGS = -g -Wextra -Wall -pedantic -fdiagnostics-show-option -Wno-long-long
  • omalloc/Makefile.am

    r0cf29ee rd462535  
    3636libomalloc_a_CPPFLAGS= -DOM_NDEBUG
    3737
    38 BUILT_SOURCES = omTables.inc
     38BUILT_SOURCES = omTables.inc omTables.h
    3939
    4040omTables.inc: omTables omalloc.h
Note: See TracChangeset for help on using the changeset viewer.