Changeset 4ffb46 in git for libpolys/tests/Makefile.am


Ignore:
Timestamp:
May 3, 2011, 10:03:32 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
6d0563e99698a63b26dc8a73020ec11b7a1f07e0
Parents:
26c66ae1eb4aae7306e1bc0d84767907cd95452e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-03 22:03:32+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:33+01:00
Message:
FIX: enabling dynamic modules on Free BSD
TODO: -ldl is wrong!
NOTE: should use gmake on Free BSD instead of make...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r26c66ae r4ffb46  
    2727  ### TODO -> ${LD_LIBS} ??? instead of -ldl,
    2828  ### add it to AM_LDFLAGS?
     29  # '-ldl' wouldn't work on FreeBSD!!!???
    2930  USEPPROCSDYNAMICLD = -ldl
    3031  USEPPROCSDYNAMICLDFLAGS =  -rdynamic
     
    4748
    4849# How to generate the test simple_test_runner
     50###### $^ needs GNU make : use gmake!
    4951simple_test_runner.cpp: simple_test.h
    5052        ${srcdir}/cxxtestgen.pl --no-eh -o $@ --error-printer $^
Note: See TracChangeset for help on using the changeset viewer.