Changeset 819bad in git


Ignore:
Timestamp:
Feb 17, 2011, 5:00:57 PM (12 years ago)
Author:
Bradford Hovinen <hovinen@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
623f41e99388112a3df3c5b05714bdeda2f7cffa
Parents:
ccd3333fa9eb4f770c3cca33d5e125c9565938ec
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 12:04:18+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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    rccd333 r819bad  
    5252
    5353
     54
    5455test_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    5556test_g_CFLAGS = ${PIPE}
     57
     58test_LDADD = libcoeffs.a -lresources -lreporter -lgmp -lomalloc_debug
     59test_g_LDADD = libcoeffs_g.a -lresources -lreporter -lgmp -lomalloc_debug
    5660
    5761test_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
Note: See TracChangeset for help on using the changeset viewer.