Changeset f4cb99a in git for xalloc


Ignore:
Timestamp:
Mar 12, 2013, 7:05:59 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
  • xalloc/Makefile.am

    r0d59f94 rf4cb99a  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
     3lib_LTLIBRARIES=libomalloc.la
     4# lib_LIBRARIES=libomalloc.a
     5
    36if WANT_DEBUG
    4   LIB_G=libomalloc_g.la
    5 else
    6   LIB_G=
     7lib_LTLIBRARIES+=libomalloc_g.la
    78endif
    89
    9 lib_LTLIBRARIES=libomalloc.la ${LIB_G}
    10 lib_LIBRARIES=libomalloc.a
     10
    1111## libomallocdir = $(libdir)/
    1212
Note: See TracChangeset for help on using the changeset viewer.