Changeset f4cb99a in git for omalloc


Ignore:
Timestamp:
Mar 12, 2013, 7:05:59 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
4d80e2b63af0be1df1b5f738f801b3803f647097ed29fb4605d820ab1aafd221b2254f3a72ef4c3c
Parents:
0d59f940f7bd554d0901c32cd18bec68448e0782
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-12 19:05:59+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-13 00:31:03+01:00
Message:
Updating the BS + search pathes for better binary distribution (due to Hans)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r0d59f94 rf4cb99a  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
     3
     4lib_LTLIBRARIES=libomalloc.la libomalloc_g.la
     5
    36if WANT_DEBUG
    4   LIB_G=libomalloc_g.la
    5 else
    6   LIB_G=
     7# lib_LTLIBRARIES+=
    78endif
    8 
    9 lib_LTLIBRARIES=libomalloc.la ${LIB_G}
    109
    1110libomalloc_includedir=$(includedir)/omalloc
     
    6968# AM_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc
    7069
     70TESTS = omtTest-s-g omtTest-s-m omtTest-d-g omtTest-d-m
    7171
    72 TESTS = omtTest-s-g omtTest-s-m omtTest-d-g omtTest-d-m
     72if WANT_DEBUG
     73# TESTS+=
     74endif
    7375
    7476check_PROGRAMS = $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.